POST api/leadsPool/getleadPoolData
Request Information
URI Parameters
None.
Body Parameters
leadPoolPrm| Name | Description | Type | Additional information | 
|---|---|---|---|
| serviceid | integer | None. | |
| stateid | integer | None. | |
| PageNo | integer | None. | |
| RecordsPerPage | integer | None. | |
| SortName | string | None. | |
| SortOrder | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "serviceid": 1,
  "stateid": 2,
  "PageNo": 3,
  "RecordsPerPage": 4,
  "SortName": "sample string 5",
  "SortOrder": "sample string 6"
}
        application/xml, text/xml
            Sample:
        <leadPoolPrm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <serviceid>1</serviceid> <stateid>2</stateid> <PageNo>3</PageNo> <RecordsPerPage>4</RecordsPerPage> <SortName>sample string 5</SortName> <SortOrder>sample string 6</SortOrder> </leadPoolPrm>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | string | None. | |
| dateTime | string | None. | |
| StatusCode | integer | None. | |
| ErrorMessage | string | None. | |
| Result | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Version": "1.0.0",
  "dateTime": "2025/10/31 15:37:11",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>