POST api/v1/academic_ResultApprovalLevel

Request Information

URI Parameters

None.

Body Parameters

Academic_ResultApprovalLevelVM
NameDescriptionTypeAdditional information
resultApprovalLevelId

integer

None.

resultApprovalLevelName

string

None.

orderLevel

integer

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

approvalLevelTypeId

integer

None.

approvalLevelTypeName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "resultApprovalLevelId": 1,
  "resultApprovalLevelName": "sample string 2",
  "orderLevel": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:36:31.04141-07:00",
  "createdBy": 3,
  "approvalLevelTypeId": 1,
  "approvalLevelTypeName": "sample string 4"
}

application/xml, text/xml

Sample:
<Academic_ResultApprovalLevelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <approvalLevelTypeId>1</approvalLevelTypeId>
  <approvalLevelTypeName>sample string 4</approvalLevelTypeName>
  <createdBy>3</createdBy>
  <dateCreated>2024-09-19T09:36:31.04141-07:00</dateCreated>
  <orderLevel>1</orderLevel>
  <resultApprovalLevelId>1</resultApprovalLevelId>
  <resultApprovalLevelName>sample string 2</resultApprovalLevelName>
  <tenantId>1</tenantId>
</Academic_ResultApprovalLevelVM>

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.