Start editing a contact flow and generate a draft version.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
ccc-test |
| ContactFlowId |
string |
Yes |
The contact flow ID. |
798e83a9-5140-4039-afa1-761ca4cca2df |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Code |
string |
The response code. |
OK |
| Message |
string |
The response message. |
无 |
| Data |
string |
The data, which is the contact flow draft ID. |
b3114362-9062-46c7-82dc-ae55ac168b2e |
| RequestId |
string |
The request ID. |
BC2733CE-C470-564A-8C11-9DC02468823A |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"Data": "b3114362-9062-46c7-82dc-ae55ac168b2e",
"RequestId": "BC2733CE-C470-564A-8C11-9DC02468823A"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | NotExists.InstanceId | The specified instance %s does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?