Calls the ExecuteDataExport to execute a data export ticket.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ExecuteDataExport |
The operation that you want to perform. Valid values: ExecuteDataExport . |
ActionDetail | Json | Yes | { "fileType": "CSV", "encoding": "" } |
Operation parameters:
|
OrderId | Long | Yes | 1234 |
The ID of the ticket. |
Tid | Long | Yes | -1 |
The ID of the tenant. Note The tenant ID is taken from the avatar in the upper-right corner of the system. For
more information, see Tenant ID and Tenant .
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
ErrorCode | String | UnknownError |
The error code. |
ErrorMessage | String | UnknownError |
The error message of the failure. |
RequestId | String | FE8EE2F1-4880-46BC-A704-5CF63EAF9A04 |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request is successful. |
Examples
Sample requests
http(s)://[Endpoint]/? ActionDetail={ "fileType": "CSV", "encoding": "" } &OrderId=1234 &Tid=-1 &<common request parameters>
Sample success responses
XML
format
<RequestId>FE8EE2F1-4880-46BC-A704-5CF63EAF9A04</RequestId> <Success>true</Success>
JSON
Format
{ "RequestId": "FE8EE2F1-4880-46BC-A704-5CF63EAF9A04", "Success": true }
Error codes
Go to the Error Center For more information, see error codes.