連絡先を更新します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ContactId |
string |
任意 |
連絡先の ID。 |
c-qL4HqKONzOM7**** |
| Name |
string |
任意 |
連絡先の名前。 |
tom |
| EmailAddress |
string |
任意 |
連絡先のメールアドレス。 メールアドレスを指定した後、SendEmailVerificationForMessageContact を呼び出して、そのメールアドレスに確認情報を送信する必要があります。確認が完了すると、メールアドレスが有効になります。 |
someone***@example.com |
| PhoneNumber |
string |
任意 |
連絡先の携帯電話番号。 携帯電話番号は、 携帯電話番号を指定した後、SendPhoneVerificationForMessageContact を呼び出して、その携帯電話番号に確認情報を送信する必要があります。確認が完了すると、携帯電話番号が有効になります。 |
86-139****1234 |
| Title |
string |
任意 |
連絡先の役職。 有効な値:
列挙値:
|
TechnicalDirector |
| MessageTypes |
array |
任意 |
連絡先が受信するメッセージのタイプ。 |
|
|
string |
任意 |
連絡先が受信するメッセージのタイプ。 有効な値:
列挙値:
|
AccountExpenses |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
返された結果。 |
||
| RequestId |
string |
リクエスト ID。 |
9B34724D-54B0-4A51-B34D-4512372FE1BE |
例
成功レスポンス
JSONJSON
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter.Name | The Name is invalid. | |
| 400 | InvalidParameter.Name.Length | The Name exceeds the length limit. | |
| 400 | InvalidParameter.Name.AlreadyUsed | The Name already exists. Please change to another name. | |
| 400 | InvalidParameter.EmailAddress | The EmailAddress is invalid. | |
| 400 | InvalidParameter.PhoneNumber | The PhoneNumber is invalid. | |
| 400 | InvalidParameter.Title | The Title is invalid. | |
| 400 | InvalidParameter.MessageTypes | The MessageTypes is invalid. | |
| 400 | InvalidParameter.MobileCountryCode | The current site does not support the country code. | |
| 400 | InvalidParameter.ContactId | The ContactId is invalid. | |
| 400 | MissingParameter.ContactId | You must specify ContactId. | |
| 400 | InvalidParameter.EmailAddress.Length | The EmailAddress exceeds the length limit. | |
| 400 | ContactStatusMismatchAction | The status of the contact does not allow the specified operation. | |
| 404 | EntityNotExists.Contact | This Contact does not exist. | |
| 429 | ConcurrentCallNotSupported | The operation conflicts with other operations. Please try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。