Yms apiReceipt controller
POST Search Receipts
POST Search Receipts
Introduction
Search for receipts matching specified criteria. Supports filtering by receipt ID, status, carrier, customer, equipment number, and other fields. Returns a list of all matching receipt records.
API Request
POST /public/receipt/search
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 | ReceiptQuery | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RListReceiptView |