GET api/docDashboard/numberOfStatus/{managerID}?showFullTeam={showFullTeam}&warehouseID={warehouseID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| managerID | integer |
Required |
|
| showFullTeam | boolean |
Default value is False |
|
| warehouseID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
docAssignmentStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| DocType | string |
None. |
|
| Employees | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"DocType": "sample string 1",
"Employees": 2
}
application/xml, text/xml
Sample:
<docAssignmentStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables"> <DocType>sample string 1</DocType> <Employees>2</Employees> </docAssignmentStatus>