POST InvoiceWithPagination/{page}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Required |
Body Parameters
SearchItemContextName | Description | Type | Additional information |
---|---|---|---|
SelectedType | string |
None. |
|
Type | integer |
None. |
|
Key | string |
None. |
|
DateFrom | string |
None. |
|
DateTo | string |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "selectedType": "sample string 1", "type": 2, "key": "sample string 3", "dateFrom": "sample string 4", "dateTo": "sample string 5", "date": "2024-11-21T23:17:57.7815379+13:00" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.