Yms apiTask management
POST Start Task
POST Start task
Introduction
Initiates the execution of a yard task, marking it as in-progress and recording the start time. This API is called when an assigned user begins working on a task such as loading, unloading, or moving equipment. The task status transitions from pending to active, enabling time tracking and progress monitoring for yard operations.
POST /public/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 |
Item-Bam-Client | header | string | No | none |
x-facility-id | header | string | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RGeneralTaskView |