POST v1/LeadsReports
Request Information
URI Parameters
None.
Body Parameters
LeadsListFilterViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadsReportGuid | globally unique identifier |
None. |
|
| LeadType | LeadTypes |
None. |
|
| Status | string |
None. |
|
| DateFrom | date |
None. |
|
| DateEnd | date |
None. |
|
| MinModifiedDate | date |
None. |
|
| MaxModifiedDate | date |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| SearchString | string |
None. |
|
| SearchStringSearchType | SearchType |
None. |
|
| SortName | string |
None. |
|
| SortDirection | SortDirection |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadsReportGuid": "82170cab-6b1a-432b-a865-0efbdbf1a04d",
"LeadType": 0,
"Status": "sample string 1",
"DateFrom": "2026-02-04T02:52:31.7049809+01:00",
"DateEnd": "2026-02-04T02:52:31.7049809+01:00",
"MinModifiedDate": "2026-02-04T02:52:31.7049809+01:00",
"MaxModifiedDate": "2026-02-04T02:52:31.7049809+01:00",
"Skip": 1,
"Take": 1,
"SearchString": "sample string 2",
"SearchStringSearchType": 0,
"SortName": "sample string 3",
"SortDirection": 0
}
application/xml, text/xml
Sample:
<LeadsListFilterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dealerportal.Shared.ViewModels.v1.Filter"> <SearchString>sample string 2</SearchString> <SearchStringSearchType>StartsWith</SearchStringSearchType> <Skip>1</Skip> <SortDirection>Unassigned</SortDirection> <SortName>sample string 3</SortName> <Take>1</Take> <DateEnd>2026-02-04T02:52:31.7049809+01:00</DateEnd> <DateFrom>2026-02-04T02:52:31.7049809+01:00</DateFrom> <LeadType>Unassigned</LeadType> <LeadsReportGuid>82170cab-6b1a-432b-a865-0efbdbf1a04d</LeadsReportGuid> <MaxModifiedDate>2026-02-04T02:52:31.7049809+01:00</MaxModifiedDate> <MinModifiedDate>2026-02-04T02:52:31.7049809+01:00</MinModifiedDate> <Status>sample string 1</Status> </LeadsListFilterViewModel>
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.