This API is used to retry a failed shipping task.
PUT /task HTTP/1.1
Host: <Region>.cls.tencentyun.com
Authorization: <AuthorizationString>
Content-Type: application/json
{
"shipper_id": "xxxxxx-xx-xx-xx-xxxxxxxx",
"task_id": "xxxxxx-xx-xx-xx-xyyyyyyy"
}
PUT /task
There are only common request headers but no special request headers.
Field Name | Type | Location | Required | Description |
---|---|---|---|---|
shipper_id | string | body | Yes | Shipping rule ID |
task_id | string | body | Yes | Shipping task ID |
HTTP/1.1 200 OK
Content-Length: 0
There are only common response headers but no special response headers.
None.
For more information, please see Error Codes.
Was this page helpful?