更新联系人信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ContactId | string | 否 | 联系人 ID。 | c-qL4HqKONzOM7**** |
Name | string | 否 | 联系人的名称。 | tom |
EmailAddress | string | 否 | 联系人的邮箱地址。 添加邮箱地址后,您需要继续调用 SendEmailVerificationForMessageContact 向该邮箱地址发送验证信息,通过验证后,该联系人的邮箱地址才能生效。 | someone***@example.com |
PhoneNumber | string | 否 | 联系人的手机号码。 格式: 说明
仅支持填写 86-<手机号码> 的中国内地手机号码。
添加手机号码后,您需要继续调用 SendPhoneVerificationForMessageContact 向该手机号码发送验证信息,通过验证后,该联系人的手机号码才能生效。 | 86-139****1234 |
Title | string | 否 | 联系人的职位。 枚举值:
| TechnicalDirector |
MessageTypes | array | 否 | 联系人接收的消息分类。 | |
string | 否 | 联系人接收的消息分类。 枚举值:
| AccountExpenses |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.Name | The Name is invalid. | Name参数非法,可以包含汉字、英文。 |
400 | InvalidParameter.Name.Length | The Name exceeds the length limit. | Name长度超限,必须为2~12字符,可以包含汉字、英文。 |
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. | ContactId无效。 |
400 | MissingParameter.ContactId | You must specify ContactId. | ContactId不能为空。 |
400 | InvalidParameter.EmailAddress.Length | The EmailAddress exceeds the length limit. | EmailAddress长度超限。 |
400 | ContactStatusMismatchAction | The status of the contact does not allow the specified operation. | 联系人的状态不支持当前操作。 |
404 | EntityNotExists.Contact | This Contact does not exist. | Contact不存在。 |
429 | ConcurrentCallNotSupported | The operation conflicts with other operations. Please try again later. | 当前操作与其他操作冲突,请稍后再试。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史