POST api/LeadCounter
Request Information
URI Parameters
None.
Body Parameters
PageViewedParam| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupBy | string |
None. |
|
| DomainName | string |
Required |
|
| DateFrom | string |
Required |
|
| DateTo | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"GroupBy": "sample string 1",
"DomainName": "sample string 2",
"DateFrom": "sample string 3",
"DateTo": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeadCounter| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceName | string |
None. |
|
| FormName | string |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceName": "sample string 1",
"FormName": "sample string 2",
"TotalCount": 3
}