POST api/Admin/EditWiseCTC
Request Information
URI Parameters
None.
Body Parameters
EditWiseCTCInputName | Description | Type | Additional information |
---|---|---|---|
HospitalId | integer |
Required |
|
EmployeeId | integer |
Required |
|
WardId | integer |
Required |
|
DesignationId | integer |
Required |
|
RateWise | integer |
Required |
|
ForDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "HospitalId": 1, "EmployeeId": 2, "WardId": 3, "DesignationId": 4, "RateWise": 5, "ForDate": "2025-05-16T22:49:07.5748404+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }