POST api/subjects/by-division

Request Information

URI Parameters

None.

Body Parameters

SubjectMasterRequest
NameDescriptionTypeAdditional information
Div_Id

integer

None.

Year_Id

integer

None.

Emp_Id

integer

None.

Admin_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Div_Id": 1,
  "Year_Id": 2,
  "Emp_Id": 1,
  "Admin_Id": 1
}

application/xml, text/xml

Sample:
<SubjectMasterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <Admin_Id>1</Admin_Id>
  <Div_Id>1</Div_Id>
  <Emp_Id>1</Emp_Id>
  <Year_Id>2</Year_Id>
</SubjectMasterRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.