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
Name | Description | Type | Additional information |
---|---|---|---|
dealerId |
company (dealer) identifier |
string |
Required |
eventId |
event identifier |
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.