All Products
Search
Document Center

Data Management:RetryDataCorrectPreCheck

Last Updated:Oct 21, 2024

Reruns the precheck for a data change ticket.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
OrderIdlongYes

The ID of the data change ticket. You can call the ListOrders operation to query the ID of the data change ticket.

414****
TidlongNo

The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.

3***

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

5BC081C7-5F77-5C92-9758-E1ED17CA****
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
ErrorMessagestring

The error message returned.

OrderId is mandatory for this action.
ErrorCodestring

The error code returned.

MissingOrderId

Examples

Sample success responses

JSONformat

{
  "RequestId": "5BC081C7-5F77-5C92-9758-E1ED17CA****",
  "Success": true,
  "ErrorMessage": "OrderId is mandatory for this action.",
  "ErrorCode": "MissingOrderId"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history