GET v1/dealer/{dealerId}/statistics/inventory/{inventoryId}/{site}/{startDate}/{endDate}

Gets the statistics for inventory item.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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>.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.