Yms apiReceipt controller
POST Search Receipts by Paging
POST Search Receipts by Paging
Introduction
Search for receipts with pagination support. Similar to the search API but returns results in pages, allowing you to specify page number and page size. Ideal for large result sets and UI table displays.
API Request
POST /public/receipt/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 | ReceiptQuery | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RPageResultReceiptView |