GET v1/dealer/{dealerId}/statistics/inventory/{inventoryId}/{site}/{startDate}/{endDate}
Gets the statistics for inventory item.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dealerId |
The dealer identifier. |
string |
Required |
inventoryId |
The inventory identifier. |
string |
Required |
site |
The site. |
string |
Required |
startDate |
The start date. |
string |
Required |
endDate |
The end date. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.