POST Create Equipment Status
POST Create Equipment Status
Introduction
Creates a new equipment status record to track the current state and location of equipment (containers, trailers, chassis) in the yard. This endpoint is typically used when equipment enters the yard for the first time or when initializing equipment tracking. It captures essential information including equipment type, carrier, customer, yard location, cargo status, and condition. The created status record serves as the foundation for tracking equipment movements and operations throughout its time in the yard.
API Request
POST /equipment-status/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 | EquipmentStatusCreateCmd | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | REquipmentStatusView |