POST api/Reports/GetCustomerDetailsFilterDetails
Request Information
URI Parameters
None.
Body Parameters
CustomerFilterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CompanyName | string |
None. |
|
| AccountNumber | string |
None. |
|
| Page | integer |
None. |
|
| PageLength | integer |
None. |
|
| Criteria | string |
None. |
|
| Property | string |
None. |
|
| Order | integer |
None. |
|
| SortingPropertyList | string |
None. |
|
| SecurityToken | string |
None. |
|
| IsAdmin | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"StartDate": "2025-12-06T03:45:09.9759967+00:00",
"EndDate": "2025-12-06T03:45:09.9759967+00:00",
"CompanyName": "sample string 4",
"AccountNumber": "sample string 5",
"Page": 6,
"PageLength": 7,
"Criteria": "sample string 8",
"Property": "sample string 9",
"Order": 10,
"SortingPropertyList": "sample string 11",
"SecurityToken": "sample string 12",
"IsAdmin": "sample string 13"
}
application/xml, text/xml
Sample:
<CustomerFilterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCM.ParcelPartners.Portal.Contract.Requests"> <IsAdmin xmlns="http://schemas.datacontract.org/2004/07/VSCM.ParcelPartners.Portal.Contract">sample string 13</IsAdmin> <SecurityToken xmlns="http://schemas.datacontract.org/2004/07/VSCM.ParcelPartners.Portal.Contract">sample string 12</SecurityToken> <AccountNumber>sample string 5</AccountNumber> <CompanyName>sample string 4</CompanyName> <Criteria>sample string 8</Criteria> <EndDate>2025-12-06T03:45:09.9759967+00:00</EndDate> <Order>10</Order> <Page>6</Page> <PageLength>7</PageLength> <PartnerId>1</PartnerId> <Property>sample string 9</Property> <SortingPropertyList>sample string 11</SortingPropertyList> <StartDate>2025-12-06T03:45:09.9759967+00:00</StartDate> </CustomerFilterRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.