すべてのプロダクト
Search
ドキュメントセンター

:UpdateMessageContact

最終更新日:Dec 21, 2025

連絡先を更新します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

この操作の認証情報はありません。問題が発生した場合は、アカウントマネージャーにご連絡ください。

リクエストパラメーター

パラメーター

必須 / 任意

説明

ContactId

string

任意

連絡先の ID。

c-qL4HqKONzOM7****

Name

string

任意

連絡先の名前。

tom

EmailAddress

string

任意

連絡先のメールアドレス。

メールアドレスを指定した後、SendEmailVerificationForMessageContact を呼び出して、そのメールアドレスに確認情報を送信する必要があります。確認が完了すると、メールアドレスが有効になります。

someone***@example.com

PhoneNumber

string

任意

連絡先の携帯電話番号。

携帯電話番号は、<国コード>-<携帯電話番号> の形式で指定します。

携帯電話番号を指定した後、SendPhoneVerificationForMessageContact を呼び出して、その携帯電話番号に確認情報を送信する必要があります。確認が完了すると、携帯電話番号が有効になります。

86-139****1234

Title

string

任意

連絡先の役職。

有効な値:

  • FinanceDirector

  • TechnicalDirector

  • MaintenanceDirector

  • CEO

  • ProjectDirector

  • Other

列挙値:

  • FinanceDirector :

    財務責任者

  • TechnicalDirector :

    技術責任者

  • MaintenanceDirector :

    運用保守責任者

  • CEO :

    CEO

  • ProjectDirector :

    プロジェクト責任者

  • Other :

    その他

TechnicalDirector

MessageTypes

array

任意

連絡先が受信するメッセージのタイプ。

string

任意

連絡先が受信するメッセージのタイプ。

有効な値:

  • ServiceMessage

  • FaultMessage

  • AccountExpenses

  • SecurityMessage

  • ActivityMessage

  • ProductMessage

列挙値:

  • ServiceMessage :

    サービスメッセージ

  • FaultMessage :

    障害メッセージ

  • AccountExpenses :

    アカウント費用メッセージ

  • SecurityMessage :

    セキュリティメッセージ

  • ActivityMessage :

    イベントメッセージ

  • ProductMessage :

    製品メッセージ

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.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。