GET api/EventTableConfiguration/{id}
Get EventTableConfiguration by matching the provided id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListEventTableConfigurationName | Description | Type | Additional information |
---|---|---|---|
EventTableConfigurationId | integer |
None. |
|
EventId | integer |
None. |
|
VenueId | integer |
None. |
|
Tables | string |
None. |
|
VenueName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "EventTableConfigurationId": 1, "EventId": 2, "VenueId": 3, "Tables": "sample string 4", "VenueName": "sample string 5" }
application/xml, text/xml
Sample:
<ListEventTableConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <EventId>2</EventId> <EventTableConfigurationId>1</EventTableConfigurationId> <Tables>sample string 4</Tables> <VenueId>3</VenueId> <VenueName>sample string 5</VenueName> </ListEventTableConfiguration>