GET api/StagesClients?EmpID={EmpID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EmpID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"StageID": 1,
"StageName": "sample string 2",
"StageNameAr": "sample string 3",
"StageTypeID": 1,
"ClientsCount": 4,
"ShowNextActionDate": true
}