POST api/Admin/UpdateAgencyWiseCTC
Request Information
URI Parameters
None.
Body Parameters
DayNightShiftAgencyName | Description | Type | Additional information |
---|---|---|---|
NightShiftListAgency | Collection of DayWiseCostListAgency |
None. |
|
DayShiftListAgency | Collection of DayWiseCostListAgency |
None. |
Request Formats
application/json, text/json
Sample:
{ "NightShiftListAgency": [ { "$id": "2", "UniqueId": "sample string 1", "DayId": 2, "TotalRecords": 3, "Name": "sample string 4", "IsActive": true, "OrderBy": 1, "AgencyPerhourCost": 1.0, "AgencyPerhourCostOne": 1.0, "AgencyPerhourCostTwo": 1.0, "ShiftType": 5, "ModifiedBy": 1, "RateWise": 1, "HospitalId": 1, "DesignationId": 1 }, { "$ref": "2" } ], "DayShiftListAgency": [ { "$ref": "2" }, { "$ref": "2" } ] }
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" } }