POST api/Admin/SaveWardCTC
Request Information
URI Parameters
None.
Body Parameters
DayNightShiftName | Description | Type | Additional information |
---|---|---|---|
NightShiftList | Collection of DayWiseCostList |
None. |
|
DayShiftList | Collection of DayWiseCostList |
None. |
Request Formats
application/json, text/json
Sample:
{ "NightShiftList": [ { "$id": "2", "UniqueId": "sample string 1", "AutoId": 2, "TotalRecords": 3, "Name": "sample string 4", "IsActive": true, "OrderBy": 1, "PermanentPerhourCost": 1.0, "OverTimePerhourCost": 1.0, "OverTimePerhourCostOne": 1.0, "AgencyPerhourCost": 1.0, "AgencyPerhourCostOne": 1.0, "AgencyPerhourCostTwo": 1.0, "ShiftType": 5, "CreatedBy": 1, "ModifiedBy": 1, "RateWise": 1, "WardId": 1, "HospitalId": 1, "EmployeeId": 1, "DesignationId": 1, "WardWiseCtcId": 1 }, { "$ref": "2" } ], "DayShiftList": [ { "$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" } }