POST api/Beds/GetBedsByWard
Request Information
URI Parameters
None.
Body Parameters
GetListBedName | Description | Type | Additional information |
---|---|---|---|
HospitalId | integer |
None. |
|
DepartmentId | integer |
None. |
|
WardId | integer |
None. |
|
BedId | integer |
None. |
|
Fetch | integer |
Required |
|
Offset | integer |
Required |
|
Type | integer |
None. |
|
Name | string |
None. |
|
OrderBy | integer |
None. |
|
Sorting | integer |
None. |
|
CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "HospitalId": 1, "DepartmentId": 2, "WardId": 3, "BedId": 4, "Fetch": 5, "Offset": 6, "Type": 7, "Name": "sample string 8", "OrderBy": 1, "Sorting": 9, "CreatedBy": "sample string 10" }
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" } }