Modifies the SQL script that is submitted in a data change ticket.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ID of the data change ticket. | 4328**** |
ExecSQL | string | Yes | The new SQL script. | update tb set id = 1 where id = 1; |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 4**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52****",
"Success": true,
"ErrorMessage": "Specified parameter OrderId is not valid.",
"ErrorCode": "InvalidOrderId"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history