PUT api/v1/hR_PayrollGrade/{payrollGradeId}/payrollGradeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| payrollGradeId | integer |
Required |
Body Parameters
HR_PayrollGradeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| gradeId | integer |
None. |
|
| gradeName | string |
None. |
|
| gradeCode | string |
None. |
|
| description | string |
None. |
|
| createdBy | integer |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"gradeId": 1,
"gradeName": "sample string 2",
"gradeCode": "sample string 3",
"description": "sample string 4",
"createdBy": 1,
"dateCreated": "2025-10-27T09:22:22.3642386-07:00",
"tenantId": 1
}
application/xml, text/xml
Sample:
<HR_PayrollGradeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>1</createdBy> <dateCreated>2025-10-27T09:22:22.3642386-07:00</dateCreated> <description>sample string 4</description> <gradeCode>sample string 3</gradeCode> <gradeId>1</gradeId> <gradeName>sample string 2</gradeName> <tenantId>1</tenantId> </HR_PayrollGradeVM>
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.