POST api/my/basura/bookings/admin/paginate
Request Information
URI Parameters
None.
Body Parameters
BookingPaginateParams| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
|
| status | string |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
|
| search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": "sample string 1",
"page": 2,
"pageSize": 3,
"status": "sample string 4",
"date_from": "2026-08-21T14:54:12.7405271+08:00",
"date_to": "2026-08-21T14:54:12.7405271+08:00",
"search": "sample string 7"
}
application/xml, text/xml
Sample:
<BookingPaginateParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <date_from>2026-08-21T14:54:12.7405271+08:00</date_from> <date_to>2026-08-21T14:54:12.7405271+08:00</date_to> <filter>sample string 1</filter> <page>2</page> <pageSize>3</pageSize> <search>sample string 7</search> <status>sample string 4</status> </BookingPaginateParams>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.