GET api/Venue/GetAllVenueSettingInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AgentVenueViewName | 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": "2025-08-29T01:17:52.209079+00:00" }, { "venueId": 1, "venueName": "sample string 2", "enabledText": "sample string 3", "enabled": true, "isAgentText": "sample string 5", "createdDate": "2025-08-29T01:17:52.209079+00:00" } ]
text/html
Sample:
[{"venueId":1,"venueName":"sample string 2","enabledText":"sample string 3","enabled":true,"isAgentText":"sample string 5","createdDate":"2025-08-29T01:17:52.209079+00:00"},{"venueId":1,"venueName":"sample string 2","enabledText":"sample string 3","enabled":true,"isAgentText":"sample string 5","createdDate":"2025-08-29T01:17:52.209079+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>2025-08-29T01:17:52.209079+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>2025-08-29T01:17:52.209079+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>