POST api/teacher/save-proxy-allocation

Request Information

URI Parameters

None.

Body Parameters

ProxySaveRequest
NameDescriptionTypeAdditional information
Id

integer

None.

Year_Id

integer

None.

TeacherId

integer

None.

Created_By

integer

None.

Data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Year_Id": 2,
  "TeacherId": 3,
  "Created_By": 4,
  "Data": "sample string 5"
}

application/xml, text/xml

Sample:
<ProxySaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <Created_By>4</Created_By>
  <Data>sample string 5</Data>
  <Id>1</Id>
  <TeacherId>3</TeacherId>
  <Year_Id>2</Year_Id>
</ProxySaveRequest>

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.