POST Start Task
Introduction
Starts the execution of a shuttle task. This operation transitions the task from pending status to in-progress, recording the actual start time. The assigned operator can use this API to indicate they have begun moving the equipment. Returns a boolean indicating whether the task was successfully started.
API Request
POST /shuttle-task/{taskId}/start
Request Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| taskId | path | string | Yes | none |
| X-Tenant-ID | header | string | No | none |
| X-Yard-ID | header | string | No | none |
| Item-Time-Zone | header | string | No | none |
| Authorization | header | string | No | none |
Response Example
200 Response
{
"code": 0,
"msg": "",
"success": false,
"data": false
}Response
| Status Code | Definition | Description | Data Model |
|---|---|---|---|
| 200 | OK (opens in a new tab) | none | RBoolean |