POST Create Entry Ticket
POST Create Entry Ticket
Introduction
Creates a new entry ticket when a driver arrives at the yard gate. This endpoint initiates the check-in process, recording the driver's arrival and intended operations (inbound delivery, outbound pickup, or in-yard activities). Supports multiple creation sources including self-check-in kiosks, gate guard systems, and appointment-based automatic generation. The entry ticket tracks the driver's journey through the yard from gate entry to task completion and exit.
API Request
POST /entry-ticket/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 | EntryTicketCreateCmd | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | REntryTicketView |