POST Update Entry Ticket
POST Update Entry Ticket
Introduction
Updates an existing entry ticket's information during the driver's visit. This endpoint allows modifications to carrier, driver, vehicle details, and operational actions as the visit progresses. Used when drivers change equipment, when additional tasks are added, or when operational details need correction. Supports updating inbound/outbound actions, customer associations, receipt references, and status transitions throughout the yard workflow.
API Request
POST /entry-ticket/{entryId}/update
Body Request Parameters
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
entryId | 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 | EntryTicketUpdateCmd | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | REntryTicketView |