Change the registered details of the specified event host
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}
curl -i -X PUT \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"name": "The Boys Entertainment",
"contact": "Billy Butcher",
"email": "billy.butcher@fbsa.gov",
"description": "Premier events for supes of all ages",
"phone": "+1 (268) 555 8075",
"website": "https://theboys.net",
"country": "Antigua and Barbuda",
"firstAddressLine": "Wireless Road",
"secondAddressLine": "Clare Hall",
"city": "St. John'\''s",
"state": "Saint John",
"businessNo": "A5585291"
}'The host details were successfully updated.
The event host's unique registration number, if it maintains a registered business entity
Response
{ "self": "/hosts/16951985851389", "name": "The Boys Entertainment", "contact": "Billy Butcher", "email": "billy.butcher@fbsa.gov", "description": "Premier events for supes of all ages", "phone": "+1 (268) 555 8075", "website": "https://theboys.net", "country": "Antigua and Barbuda", "firstAddressLine": "Wireless Road", "secondAddressLine": "Clare Hall", "city": "St. John's", "district": "Saint John", "businessNo": "A5585291", "events": "/hosts/16951985851389/events" }