Edits a contact - add contact.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:AddContacts |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ContactName |
string |
No |
The name of the contact. |
mary |
| ContactDetails |
string |
No |
The description of the contact. |
15111111111 |
| Country |
string |
No |
The country. |
China |
| NeedUpdate |
boolean |
Yes |
Indicates whether the back-to-origin IP address whitelist needs to be updated. This parameter returns true when the current back-to-origin IP address whitelist differs from the latest back-to-origin IP address whitelist.
|
true |
| Groups |
string |
Yes |
The user group information. |
示例值示例值 |
| FilePath |
string |
No |
The file path. |
示例值示例值示例值 |
|
No |
The business code. |
|||
|
No |
The business extension information. Default value: an empty collection. |
|||
|
No |
The email address. |
|||
|
No |
The remarks. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| Message |
string |
The error message. |
示例值示例值 |
| RequestId |
string |
The request ID. |
示例值示例值示例值 |
| Data |
string |
The returned data. |
true |
| Code |
string |
The status code. |
示例值 |
| Success |
boolean |
Indicates whether the call was successful.
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "示例值示例值",
"RequestId": "示例值示例值示例值",
"Data": "true",
"Code": "示例值",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.