POST api/Plan/GetPlans
Request Information
URI Parameters
None.
Body Parameters
GetPlanListName | Description | Type | Additional information |
---|---|---|---|
Offset | integer |
Required |
|
Fetch | integer |
Required |
|
DepartmentId | integer |
None. |
|
WardId | integer |
None. |
|
HospitalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Offset": 1, "Fetch": 2, "DepartmentId": 3, "WardId": 4, "HospitalId": 5 }
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" } }