POST api/VisitorsCount/Count
Request Information
URI Parameters
None.
Body Parameters
RequestParamsName | Description | Type | Additional information |
---|---|---|---|
eventName | string |
None. |
|
date | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "eventName": "sample string 1", "date": 2 }
application/xml, text/xml
Sample:
<RequestParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCPQG_API.Controllers"> <date>2</date> <eventName>sample string 1</eventName> </RequestParams>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.