POST api/teachers/save-subject-details

Request Information

URI Parameters

None.

Body Parameters

TeacherAllocationSubjectRequest
NameDescriptionTypeAdditional information
AllocateId

integer

None.

Class_Id

integer

None.

Div_Id

integer

None.

Subject_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AllocateId": 1,
  "Class_Id": 2,
  "Div_Id": 3,
  "Subject_Id": 4
}

application/xml, text/xml

Sample:
<TeacherAllocationSubjectRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <AllocateId>1</AllocateId>
  <Class_Id>2</Class_Id>
  <Div_Id>3</Div_Id>
  <Subject_Id>4</Subject_Id>
</TeacherAllocationSubjectRequest>

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.