Yms apiShuttle task level 1
POST Create Shuttle Task
POST Create Shuttle Task
Introduction
Creates a new shuttle task to move equipment (containers or trailers) from one location to another within the yard. This API supports task prioritization, assignee specification, and planned time scheduling. Use the forceCreate flag to override location conflicts, and releaseLocation to automatically free up the destination location if occupied.
API Request
POST /public/shuttle-task/create
Body Request Parameters
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
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 |
body | body | ShuttleTaskCreateCmd | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RShuttleTaskView |