All Products
Search
Document Center

Resource Management:UpdateMessageContact

Last Updated:Dec 18, 2023

Updates a contact.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ContactIdstringNo

The ID of the contact.

c-qL4HqKONzOM7****
NamestringNo

The name of the contact.

tom
EmailAddressstringNo

The email address of the contact.

After you specify an email address, you need to call SendEmailVerificationForMessageContact to send verification information to the email address. After the verification is passed, the email address takes effect.

someone***@example.com
PhoneNumberstringNo

The mobile phone number of the contact.

Specify the mobile phone number in the <Country code>-<Mobile phone number> format.

After you specify a mobile phone number, you need to call SendPhoneVerificationForMessageContact to send verification information to the mobile phone number. After the verification is passed, the mobile phone number takes effect.

86-139****1234
TitlestringNo

The job title of the contact.

Valid values:

  • FinanceDirector

  • TechnicalDirector

  • MaintenanceDirector

  • CEO

  • ProjectDirector

  • Other

TechnicalDirector
MessageTypesarrayNo

The types of messages received by the contact.

stringNo

The type of the message received by the contact.

Valid values:

  • ServiceMessage

  • FaultMessage

  • AccountExpenses

  • SecurityMessage

  • ActivityMessage

  • ProductMessage

AccountExpenses

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

9B34724D-54B0-4A51-B34D-4512372FE1BE

Examples

Sample success responses

JSONformat

{
  "RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.NameThe Name is invalid.The value of the Name parameter is invalid. The value can contain only letters.
400InvalidParameter.Name.LengthThe Name exceeds the length limit.The length of the value specified for the Name parameter exceeds the upper limit. The value must be 2 to 12 characters in length and can contain only letters.
400InvalidParameter.Name.AlreadyUsedThe Name already exists. Please change to another name.The contact name already exists in the resource directory. Use another name.
400InvalidParameter.EmailAddressThe EmailAddress is invalid.The value of the EmailAddress parameter is invalid.
400InvalidParameter.PhoneNumberThe PhoneNumber is invalid.The value of the PhoneNumber parameter is invalid.
400InvalidParameter.TitleThe Title is invalid.The value of the Title parameter is invalid.
400InvalidParameter.MessageTypesThe MessageTypes is invalid.The value of the MessageTypes parameter is invalid.
400InvalidParameter.MobileCountryCodeThe current site does not support the country code.The specified country code is not supported at the current site.
400InvalidParameter.ContactIdThe ContactId is invalid.The value of the ContactId parameter is invalid.
400MissingParameter.ContactIdYou must specify ContactId.The ContactId parameter is not configured.
400InvalidParameter.EmailAddress.LengthThe EmailAddress exceeds the length limit.The length of the value specified for the EmailAddress parameter exceeds the upper limit.
400ContactStatusMismatchActionThe status of the contact does not allow the specified operation.The status of the contact does not support the current operation.
404EntityNotExists.ContactThis Contact does not exist.The specified contact does not exist.
429ConcurrentCallNotSupportedThe operation conflicts with other operations. Please try again later.The operation conflicts with other operations. Try again later.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history