GET api/staffs/summary/position/{center_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StaffPosSumName | Description | Type | Additional information |
---|---|---|---|
PosId | integer |
None. |
|
PosName | string |
None. |
|
PosCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PosId": 1, "PosName": "sample string 2", "PosCount": 3 }, { "PosId": 1, "PosName": "sample string 2", "PosCount": 3 } ]