POST api/HitspageViews/GetHitsPageViewsASync
Request Information
URI Parameters
None.
Body Parameters
HitsPageViewsRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| PageCode | string |
None. |
|
| RoleCode | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| DBCode | string |
None. |
|
| DBName | string |
None. |
|
| token | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| Source | string |
None. |
|
| process | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageCode": "sample string 1",
"RoleCode": "sample string 2",
"StartDate": "2026-05-20T21:05:30.6342533+05:30",
"EndDate": "2026-05-20T21:05:30.6342533+05:30",
"DBCode": "sample string 5",
"DBName": "sample string 6",
"token": "sample string 7",
"userId": "sample string 8",
"password": "sample string 9",
"Source": "sample string 10",
"process": "sample string 11"
}
application/xml, text/xml
Sample:
<HitsPageViewsRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECRMagic.SiteAdmin.Info"> <DBCode>sample string 5</DBCode> <DBName>sample string 6</DBName> <Source>sample string 10</Source> <password>sample string 9</password> <process>sample string 11</process> <token>sample string 7</token> <userId>sample string 8</userId> <EndDate>2026-05-20T21:05:30.6342533+05:30</EndDate> <PageCode>sample string 1</PageCode> <RoleCode>sample string 2</RoleCode> <StartDate>2026-05-20T21:05:30.6342533+05:30</StartDate> </HitsPageViewsRequestInfo>
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.