PUT api/v1/academic_ResultApprovalLevel/{resultApprovalLevelId}/resultApprovalLevelId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resultApprovalLevelId | integer |
Required |
Body Parameters
Academic_ResultApprovalLevelVM| Name | Description | Type | Additional 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": "2025-11-03T12:05:39.5242877-08: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>2025-11-03T12:05:39.5242877-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.