POST api/ProformaReport/getCustomerList
Request Information
URI Parameters
None.
Body Parameters
CustomerReportList| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchType | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNo | integer |
None. |
|
| QuickSearch | string |
None. |
|
| CustomerName | string |
None. |
|
| IndexKey | string |
None. |
|
| IndustryTypeId | integer |
None. |
|
| PersonTypeId | integer |
None. |
|
| RegionId | integer |
None. |
|
| ContactName | string |
None. |
|
| ContactPosition | string |
None. |
|
| ContactPhone | string |
None. |
|
| ContactExtension | string |
None. |
|
| ContactMobile | string |
None. |
|
| OrderBy | string |
None. |
|
| Desc | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchType": 1,
"PageSize": 2,
"PageNo": 3,
"QuickSearch": "sample string 4",
"CustomerName": "sample string 5",
"IndexKey": "sample string 6",
"IndustryTypeId": 1,
"PersonTypeId": 1,
"RegionId": 1,
"ContactName": "sample string 7",
"ContactPosition": "sample string 8",
"ContactPhone": "sample string 9",
"ContactExtension": "sample string 10",
"ContactMobile": "sample string 11",
"OrderBy": "sample string 12",
"Desc": true
}
application/xml, text/xml
Sample:
<CustomerReportList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fitmag.ReportServer.ViewModels"> <ContactExtension>sample string 10</ContactExtension> <ContactMobile>sample string 11</ContactMobile> <ContactName>sample string 7</ContactName> <ContactPhone>sample string 9</ContactPhone> <ContactPosition>sample string 8</ContactPosition> <CustomerName>sample string 5</CustomerName> <Desc>true</Desc> <IndexKey>sample string 6</IndexKey> <IndustryTypeId>1</IndustryTypeId> <OrderBy>sample string 12</OrderBy> <PageNo>3</PageNo> <PageSize>2</PageSize> <PersonTypeId>1</PersonTypeId> <QuickSearch>sample string 4</QuickSearch> <RegionId>1</RegionId> <SearchType>1</SearchType> </CustomerReportList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of byteResponse Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>