POST api/Admin/GetPlanUsersByWard
Request Information
URI Parameters
None.
Body Parameters
GetPlanUsersbyWardName | Description | Type | Additional information |
---|---|---|---|
DepartmentId | integer |
Required |
|
WardId | integer |
Required |
|
ShiftDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "DepartmentId": 1, "WardId": 2, "ShiftDate": "2025-05-16T22:04:29.8566224+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" } }