forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
8.5 KiB
8.5 KiB
Order ID Response
Normal Response
Parameter |
Type |
Description |
---|---|---|
order_id |
String |
Specifies the order ID returned after an order is submitted. You can query the order processing progress based on the ID. |
job_id |
String |
Specifies the task ID returned after a task command is issued. The task ID can be used to query the execution status of the task. For details about how to query the task execution status based on job_id, see Querying Task Statuses. |
Abnormal Response
Parameter |
Type |
Description |
---|---|---|
error |
Dictionary data structure [1] |
Specifies the error returned when a task submission encounters an exception. For details, see Table 3. |
Example Response
- Normal response
1 2 3 4
{ "order_id": "CS2009141523OQSEQ", "job_id": "ff808081748b760c01748b7f80370003" }
- Abnormal response
1 2 3
{ "error": {"message": "", "code": XXX} }
Parent topic: Task Responses