PUT api/v1/application_OlevelGrade/{olevelGradeId}/olevelGradeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| olevelGradeId | integer |
Required |
Body Parameters
Application_OlevelGradeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| olevelGradeId | integer |
None. |
|
| olevelGradeName | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"olevelGradeId": 1,
"olevelGradeName": "sample string 2",
"tenantId": 1,
"dateCreated": "2025-11-07T03:45:17.767846-08:00",
"createdBy": 3
}
application/xml, text/xml
Sample:
<Application_OlevelGradeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <dateCreated>2025-11-07T03:45:17.767846-08:00</dateCreated> <olevelGradeId>1</olevelGradeId> <olevelGradeName>sample string 2</olevelGradeName> <tenantId>1</tenantId> </Application_OlevelGradeVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.