Yms apiReceipt controller
GET Get Receipt
GET Get Receipt
Introduction
Retrieve a single receipt by its receipt ID. Returns the complete receipt information including status, carrier, customer, equipment details, item lines, and all associated data.
API Request
GET /public/receipt/{receiptId}
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
receiptId | path | string | Yes | Receipt ID |
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 |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RReceiptView |