POST api/Leads/GetActiveProspectLeads
Request Information
URI Parameters
None.
Body Parameters
GetActiveProspectLeadsRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| EventID | string |
None. |
|
| LastChangedStartDate | date |
None. |
|
| LastChangedEndDate | date |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| clientid | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| string |
None. |
||
| type | string |
None. |
|
| push_id | string |
None. |
|
| appkey | string |
None. |
|
| apptoken | string |
None. |
|
| appname | string |
None. |
|
| connectionstring | string |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2025-11-20T09:15:49.5108284-08:00",
"EndDate": "2025-11-20T09:15:49.5108284-08:00",
"EventID": "sample string 1",
"LastChangedStartDate": "2025-11-20T09:15:49.5108284-08:00",
"LastChangedEndDate": "2025-11-20T09:15:49.5108284-08:00",
"Page": 2,
"PageSize": 3,
"clientid": "sample string 4",
"username": "sample string 5",
"password": "sample string 6",
"email": "sample string 7",
"type": "sample string 8",
"push_id": "sample string 9",
"appkey": "sample string 10",
"apptoken": "sample string 11",
"appname": "sample string 12",
"connectionstring": "sample string 13",
"status": 14
}
text/Xml
Sample:
{"StartDate":"2025-11-20T09:15:49.5108284-08:00","EndDate":"2025-11-20T09:15:49.5108284-08:00","EventID":"sample string 1","LastChangedStartDate":"2025-11-20T09:15:49.5108284-08:00","LastChangedEndDate":"2025-11-20T09:15:49.5108284-08:00","Page":2,"PageSize":3,"clientid":"sample string 4","username":"sample string 5","password":"sample string 6","email":"sample string 7","type":"sample string 8","push_id":"sample string 9","appkey":"sample string 10","apptoken":"sample string 11","appname":"sample string 12","connectionstring":"sample string 13","status":14}
application/xml
Sample:
<GetActiveProspectLeadsRequestDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <clientid>sample string 4</clientid> <username>sample string 5</username> <password>sample string 6</password> <email>sample string 7</email> <type>sample string 8</type> <push_id>sample string 9</push_id> <appkey>sample string 10</appkey> <apptoken>sample string 11</apptoken> <appname>sample string 12</appname> <connectionstring>sample string 13</connectionstring> <status>14</status> <StartDate>2025-11-20T09:15:49.5108284-08:00</StartDate> <EndDate>2025-11-20T09:15:49.5108284-08:00</EndDate> <EventID>sample string 1</EventID> <LastChangedStartDate>2025-11-20T09:15:49.5108284-08:00</LastChangedStartDate> <LastChangedEndDate>2025-11-20T09:15:49.5108284-08:00</LastChangedEndDate> <Page>2</Page> <PageSize>3</PageSize> </GetActiveProspectLeadsRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/Xml
Sample:
Sample not available.