POST api/AdminMaster/Analytics_Operations

Request Information

URI Parameters

None.

Body Parameters

Analytics
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Analytics'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.