Yms apiShuttle task level 1
POST Start Task
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 /public/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
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RBoolean |