Creates a certificate application contact.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The name of the certificate contact. |
zhang san |
| Mobile |
string |
Yes |
The phone number of the contact. |
1335678**** |
|
string |
No |
The email address of the contact. |
test@126.com |
|
| Idcard |
string |
No |
The ID card number of the contact. This parameter is required for the CFCA certificate brand and is not required for other brands. |
123 |
| Webhooks |
string |
No |
The webhook URLs of DingTalk, WeCom, or Lark chatbots. The value is a string in list format. |
[\"https://open.feishu.cn/open-apis/bot/v2/hook/dc1aa9b9-47cd-4b34-91ef-73c1034208e5\"] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
71CE8C5B-3737-52A9-97D0-2A9746059A45 |
| ContactId |
integer |
The contact ID. |
1352570 |
Examples
Success response
JSON format
{
"RequestId": "71CE8C5B-3737-52A9-97D0-2A9746059A45",
"ContactId": 1352570
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IncorrectFormat.%s | The %s parameter format is incorrect. | The value of the %s parameter is in an invalid format. |
| 400 | AlreadyExists.%s | A %s with the same value already exists. | %s already exists. |
| 400 | LimitExceeded.%s | The maximum number of %s is exceeded. | The number of %s exceeds the limit. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.