GET api/BillingAssistant/Customers/paginated
Request Information
URI Parameters
None.
Body Parameters
BillingCustomersPaginatedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageNumber": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PaginatedListResponseOfBillingAssistantCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of BillingAssistantCustomer |
None. |
|
| TotalCount | integer |
None. |
|
| NoOfPages | integer |
None. |
|
| HasNextPage | boolean |
None. |
|
| HasPreviousPage | boolean |
None. |
|
| Succeeded | boolean |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.