GET api/Venue/GetAllVenueSettingInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AgentVenueView| Name | Description | Type | Additional information |
|---|---|---|---|
| VenueId | integer |
None. |
|
| VenueName | string |
None. |
|
| EnabledText | string |
None. |
|
| Enabled | boolean |
None. |
|
| IsAgentText | string |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"venueId": 1,
"venueName": "sample string 2",
"enabledText": "sample string 3",
"enabled": true,
"isAgentText": "sample string 5",
"createdDate": "2026-01-30T10:12:41.4860983+00:00"
},
{
"venueId": 1,
"venueName": "sample string 2",
"enabledText": "sample string 3",
"enabled": true,
"isAgentText": "sample string 5",
"createdDate": "2026-01-30T10:12:41.4860983+00:00"
}
]
text/html
Sample:
[{"venueId":1,"venueName":"sample string 2","enabledText":"sample string 3","enabled":true,"isAgentText":"sample string 5","createdDate":"2026-01-30T10:12:41.4860983+00:00"},{"venueId":1,"venueName":"sample string 2","enabledText":"sample string 3","enabled":true,"isAgentText":"sample string 5","createdDate":"2026-01-30T10:12:41.4860983+00:00"}]
application/xml, text/xml
Sample:
<ArrayOfAgentVenueView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts.Api">
<AgentVenueView>
<CreatedDate>2026-01-30T10:12:41.4860983+00:00</CreatedDate>
<Enabled>true</Enabled>
<EnabledText>sample string 3</EnabledText>
<IsAgentText>sample string 5</IsAgentText>
<VenueId>1</VenueId>
<VenueName>sample string 2</VenueName>
</AgentVenueView>
<AgentVenueView>
<CreatedDate>2026-01-30T10:12:41.4860983+00:00</CreatedDate>
<Enabled>true</Enabled>
<EnabledText>sample string 3</EnabledText>
<IsAgentText>sample string 5</IsAgentText>
<VenueId>1</VenueId>
<VenueName>sample string 2</VenueName>
</AgentVenueView>
</ArrayOfAgentVenueView>