POST api/Surveillance/SaveSurvillance
Request Information
URI Parameters
None.
Body Parameters
SurveillanceCombineListName | Description | Type | Additional information |
---|---|---|---|
GetPlanApprovaluserList | Collection of GetPlanApprovaluserList |
None. |
|
SurveillanceExtraStaffList | Collection of SurveillanceExtraStaffModel |
None. |
|
PatientChangesModel | PatientChargesModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "GetPlanApprovaluserList": [ { "$id": "2", "PlaningApprovalId": 1, "UserId": 2, "username": "sample string 3", "Desgination": "sample string 4", "Type": "sample string 5", "Hrs": 6, "Status": [ "sample string 1", "sample string 2" ], "Allocation": [ "sample string 1", "sample string 2" ], "Resus": [ "sample string 1", "sample string 2" ], "AddtionalTask": [ "sample string 1", "sample string 2" ], "Disaster": [ "sample string 1", "sample string 2" ], "TotalRecords": 7, "SurvUserApprvedStatus": "sample string 8", "IsSurvSentForApproval": true, "SurvRemarks": "sample string 9", "CreatedBy": 10, "PlanningId": 11, "RemarkPlanner": "sample string 12", "TotalBeds": 1, "StandardAcquity": 1, "RegisteredNurse": 1, "EnrolledNurse": 1, "EnrolledNurseAuxillary": 1, "DependencyCategory1": 1, "DependencyCategory2": 1, "DependencyCategory3": 1, "DependencyCategory4": 1, "DayDependencyCategory1": 1, "DayDependencyCategory2": 1, "DayDependencyCategory3": 1, "DayDependencyCategory4": 1, "NightDependencyCategory1": 1, "NightDependencyCategory2": 1, "NightDependencyCategory3": 1, "NightDependencyCategory4": 1, "DayShift": 1, "NightShift": 1, "TargetCostPerDay": 1.0, "AgencyCount": 1, "ShiftName": "sample string 13", "ShiftType": "sample string 14", "customid": 1, "WardId": 1, "OtherAdditionalTask": "sample string 15", "IsOtherAdditional": true, "WorkShiftPlaningId": "sample string 16" }, { "$ref": "2" } ], "SurveillanceExtraStaffList": [ { "$id": "3", "StaffId": 1, "PlaningApprovalId": 1, "DesignationId": 1, "Permanent": 1, "Overtime": 1, "Wfi": 1, "Agency": 1, "IsExist": 1 }, { "$ref": "3" } ], "PatientChangesModel": { "$id": "4", "id": 1, "PlaningApprovalId": 1, "NumberOfAdmissions": 1, "NumberOfDischarges": 1, "NumberOfPatients": 1, "IsExist": 1 } }
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" } }