PUT api/PayScaleDetails/UpdateScale/{scale_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PayScaleModel | No documentation available. |
Define this parameter in the request body. |
| scale_id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"scale_code": "sample string 1",
"scale_id": 2,
"scale_name": "sample string 3",
"slab_id": 4,
"min_value": 5,
"incr_value": 6,
"max_value": 7,
"w_e_f": "2025-12-07T07:56:19.1194904+05:30",
"Pay_Scale_Slab": "sample string 9",
"TempModel": [
{
"slab_id": 1,
"scale_id": 2,
"min_value": 3,
"incr_value": 4,
"max_value": 5,
"w_e_f": "2025-12-07T07:56:19.120491+05:30"
},
{
"slab_id": 1,
"scale_id": 2,
"min_value": 3,
"incr_value": 4,
"max_value": 5,
"w_e_f": "2025-12-07T07:56:19.120491+05:30"
},
{
"slab_id": 1,
"scale_id": 2,
"min_value": 3,
"incr_value": 4,
"max_value": 5,
"w_e_f": "2025-12-07T07:56:19.120491+05:30"
}
],
"SlabModel": [
{
"slab_id1": 1
},
{
"slab_id1": 1
},
{
"slab_id1": 1
}
],
"desg_id": 10
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.