POST Search Entry Tickets by Paging
POST Search Entry Tickets with Paging
Introduction
Searches and retrieves entry tickets with pagination support based on multiple filter criteria. This endpoint allows users to query entry tickets by various parameters such as driver information, carrier, equipment details, status, and time ranges. It returns paginated results with sorting options, making it ideal for displaying entry ticket lists in the management dashboard, generating reports, and monitoring yard operations in real-time.
API Request
POST /entry-ticket/search-by-paging
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 | EntryTicketQuery | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RPageResultEntryTicketView |