GET v1/dealer/{dealerId}/dealerevent/{eventId}

Gets one event for a specific Dealer. This includes event title, start Date, End Date and an image

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerId

company (dealer) identifier

string

Required

eventId

event identifier

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.