Submits a schema synchronization ticket for approval.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:SubmitStructSyncOrderApproval |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
The ID of the ticket. |
4324535 |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
4E1D2B4D-3E53-4ABC-999D-1D2520B3471D |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| ErrorMessage |
string |
The error message. |
UnknownError |
| ErrorCode |
string |
The error code. |
UnknownError |
| WorkflowInstanceId |
integer |
The ID of the approval process. |
432523 |
Examples
Success response
JSON format
{
"RequestId": "4E1D2B4D-3E53-4ABC-999D-1D2520B3471D",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"WorkflowInstanceId": 432523
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.