POST Update Location
POST Update Location/Level 1
Introduction
Updates an existing location's configuration in the Yard Management System (YMS). This endpoint allows modifications to location properties, access controls, operational settings, and real-time status information. Supports both manual configuration updates (activities, customer assignments, operating hours) and automated system updates (occupancy status, current carrier/driver). Used when business requirements change, during operational reconfigurations, or when equipment arrives/departs from locations.
API Request
POST /location/{locationId}/update
Body Request Parameters
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
locationId | 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 |
body | body | LocationUpdateCmd | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RLocationView |