POST api/Plan/CreatePlan
Request Information
URI Parameters
None.
Body Parameters
CreatePlanName | Description | Type | Additional information |
---|---|---|---|
CreatedBy | integer |
None. |
|
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:
{ "CreatedBy": 1, "DepartmentId": 2, "CityId": 3, "WardId": 4, "TotalBeds": 5, "StandardAcquity": 6, "RegisteredNurse": 7, "EnrolledNurse": 8, "EnrolledNurseAuxillary": 9, "DependencyCategory1": 10, "DependencyCategory2": 11, "DependencyCategory3": 12, "DependencyCategory4": 13, "DayShift": 14, "NightShift": 15, "TargetCostPerDay": "sample string 16", "PlanForDate": "2025-05-16T21:55:54.8093235+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" } }