You can call SubmitStructSyncOrderApproval to submit a schema synchronization ticket to an approval process.
Debugging
Parameters
Parameter | Type | Is it required? | Example | Description |
---|---|---|---|---|
OrderId | Long | Yes | 4324535 |
The ticket number. |
Tid | Long | No | 1 |
The tenant has expired. Note The information of the tenant's chart is taken from the avatar in the upper-right
corner of the system. For more information, see View tenant information .
|
RegionId | String | No | cn-hangzhou |
Select the service region of the destination region to call this operation. For more information about the valid values, see switchegionfigure parameter description . Note select based on the location of the application nearby.
|
return data
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 4E1D2B4D-3E53-4ABC-999D-1D2520B3471D |
The error message returned because the request already exists. |
Success | Boolean | true |
Whether the request is successful. |
ErrorMessage | String | UnknownError |
Error message. |
ErrorCode | String | UnknownError |
Error code. |
WorkflowInstanceId | Long | 432523 |
The approval process is reviewed successfully. |
Examples
Sample requests
http(s)://dms-enterprise.aliyuncs.com/? >rder_id=4324535&resourceid=1&public request parameters
Sample success responses
XML
Format
HTTP/1.1 200 OK Content-Type:application/xml <SubmitStructSyncOrderApprovalResponse> <RequestId>72768811-B970-4733-85BE-A8659613BF23</RequestId> <WorkflowInstanceId>1000000</WorkflowInstanceId> <Success>true</Success> </SubmitStructSyncOrderApprovalResponse>
JSON
Format
HTTP/1.1 200 OK Content-Type:application/json { "RequestId" : "72768811-B970-4733-85BE-A8659613BF23", "WorkflowInstanceId" : 1000000, "Success" : true }
Error code
Access error Center For more information, see error codes.