GET api/User/GetAssociateStatusStatsByOffice
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AssociateStatusStatsDTOName | Description | Type | Additional information |
---|---|---|---|
OfficeId | integer |
None. |
|
OfficeName | string |
None. |
|
Coded | integer |
None. |
|
HireNoPay | integer |
None. |
|
InPipeline | integer |
None. |
|
License | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "OfficeId": 1, "OfficeName": "sample string 2", "Coded": 3, "HireNoPay": 4, "InPipeline": 5, "License": 6 }, { "OfficeId": 1, "OfficeName": "sample string 2", "Coded": 3, "HireNoPay": 4, "InPipeline": 5, "License": 6 } ]