Add a supported region to the TickeTing system. Any venue created needs to reference the region in which it is located. Events staged at this venue will be grouped within the related region, and are displayed to users based on their regional preference.
Security
SessionKey(Required scopes: administrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/regions
- QA Serverhttps://qa.ticketingevents.com/v3/regions
- Production Serverhttps://api.ticketingevents.com/v3/regions
curl -i -X POST \
https://docs.ticketingevents.com/_mock/openapi/regions \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"name": "Antigua and Barbuda",
"country": "Antigua and Barbuda",
"district": "",
"city": ""
}'The supported region was successfully added.
Response
{ "self": "/regions/19290238432215", "name": "Antigua and Barbuda", "country": "Antigua and Barbuda", "district": "", "city": "", "icon": "https://restfulcountries.com/assets/images/flags/Antigua-And-Barbuda.png" }