GET api/TSWHOLESALE_CARS/getPlanPerformanceByEkspeditors/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelPlanHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| EXPEDITOR_ID | integer |
None. |
|
| WORKER_NAME | string |
None. |
|
| PERCENT_AMOUNT | string |
None. |
|
| SALE | string |
None. |
|
| RETURNED | string |
None. |
|
| PLANNED | string |
None. |
|
| GROUP_PERCENT_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EXPEDITOR_ID": 1,
"WORKER_NAME": "sample string 2",
"PERCENT_AMOUNT": "sample string 3",
"SALE": "sample string 4",
"RETURNED": "sample string 5",
"PLANNED": "sample string 6",
"GROUP_PERCENT_ID": 7
}
application/xml, text/xml
Sample:
<ModelPlanHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EnginAnallyse.Models"> <EXPEDITOR_ID>1</EXPEDITOR_ID> <GROUP_PERCENT_ID>7</GROUP_PERCENT_ID> <PERCENT_AMOUNT>sample string 3</PERCENT_AMOUNT> <PLANNED>sample string 6</PLANNED> <RETURNED>sample string 5</RETURNED> <SALE>sample string 4</SALE> <WORKER_NAME>sample string 2</WORKER_NAME> </ModelPlanHistory>