PUT api/v1/academic_OLevelSubject/{setupSubjectId}/setupSubjectId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
setupSubjectId

integer

Required

Body Parameters

Academic_OLevelSubjectVM
NameDescriptionTypeAdditional information
setupSubjectId

integer

None.

subjectName

string

None.

statusId

integer

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "setupSubjectId": 1,
  "subjectName": "sample string 2",
  "statusId": 1,
  "tenantId": 1,
  "createdBy": 3
}

application/xml, text/xml

Sample:
<Academic_OLevelSubjectVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>3</createdBy>
  <setupSubjectId>1</setupSubjectId>
  <statusId>1</statusId>
  <subjectName>sample string 2</subjectName>
  <tenantId>1</tenantId>
</Academic_OLevelSubjectVM>

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.