POST api/remenduation/getbycenter

Request Information

URI Parameters

None.

Body Parameters

CenterRequest
NameDescriptionTypeAdditional information
Center

string

Required

category

string

Required

ExamName

string

Required

Year

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Center": "sample string 1",
  "category": "sample string 2",
  "ExamName": "sample string 3",
  "Year": "sample string 4"
}

application/xml, text/xml

Sample:
<CenterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RemenduationBihar.Models">
  <Center>sample string 1</Center>
  <ExamName>sample string 3</ExamName>
  <Year>sample string 4</Year>
  <category>sample string 2</category>
</CenterRequest>

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 'CenterRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.