POST api/Admin/GetWardsByHospital
Request Information
URI Parameters
None.
Body Parameters
GetListWardName | Description | Type | Additional information |
---|---|---|---|
HospitalId | integer |
None. |
|
DepartmentId | integer |
None. |
|
RoleId | 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, "RoleId": 3, "Fetch": 4, "Offset": 5, "Type": 6, "Name": "sample string 7", "OrderBy": 1, "Sorting": 8, "CreatedBy": "sample string 9" }
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" } }