POST api/v1/academic_ResultApprovalLevelType

Request Information

URI Parameters

None.

Body Parameters

Academic_ResultApprovalLevelTypeVM
NameDescriptionTypeAdditional information
approvalLevelTypeId

integer

None.

approvalLevelTypeName

string

None.

tenantId

integer

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "approvalLevelTypeId": 1,
  "approvalLevelTypeName": "sample string 2",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:19:11.51599-07:00"
}

application/xml, text/xml

Sample:
<Academic_ResultApprovalLevelTypeVM 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 2</approvalLevelTypeName>
  <dateCreated>2024-09-19T09:19:11.51599-07:00</dateCreated>
  <tenantId>1</tenantId>
</Academic_ResultApprovalLevelTypeVM>

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.