POST api/Plan/UpdatePlan
Request Information
URI Parameters
None.
Body Parameters
UpdatePlanName | Description | Type | Additional information |
---|---|---|---|
PlaningId | integer |
Required |
|
PlaningHistoryId | integer |
Required |
|
ModifiedBy | integer |
Required |
|
DepartmentId | integer |
None. |
|
CityId | integer |
None. |
|
WardId | integer |
None. |
|
TotalBeds | integer |
None. |
|
StandardAcquity | integer |
None. |
|
RegisteredNurse | integer |
None. |
|
EnrolledNurse | integer |
None. |
|
EnrolledNurseAuxillary | integer |
None. |
|
DependencyCategory1 | integer |
None. |
|
DependencyCategory2 | integer |
None. |
|
DependencyCategory3 | integer |
None. |
|
DependencyCategory4 | integer |
None. |
|
DayShift | integer |
None. |
|
NightShift | integer |
None. |
|
TargetCostPerDay | string |
None. |
|
PlanForDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlaningId": 1, "PlaningHistoryId": 2, "ModifiedBy": 3, "DepartmentId": 4, "CityId": 5, "WardId": 6, "TotalBeds": 7, "StandardAcquity": 8, "RegisteredNurse": 9, "EnrolledNurse": 10, "EnrolledNurseAuxillary": 11, "DependencyCategory1": 12, "DependencyCategory2": 13, "DependencyCategory3": 14, "DependencyCategory4": 15, "DayShift": 16, "NightShift": 17, "TargetCostPerDay": "sample string 18", "PlanForDate": "2025-05-16T22:17:45.9986698+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" } }