POST api/AdminMaster/Analytics_Operations
Request Information
URI Parameters
None.
Body Parameters
AnalyticsName | Description | Type | Additional information |
---|---|---|---|
condition | string |
None. |
|
month | integer |
None. |
|
year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "condition": "sample string 1", "month": 2, "year": 3 }
application/xml, text/xml
Sample:
<Analytics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CropMaster"> <condition>sample string 1</condition> <month>2</month> <year>3</year> </Analytics>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |