{ "operationId": "Enable a Location for Webex Calling", "method": "POST", "path": "/telephony/config/locations", "summary": "Enable a Location for Webex Calling", "requestExamples": [ { "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhmZjMwMjg5LWVhMzMtNDc1Ny1iMTBmLWQ2MWIyNzFhMDVlZg", "name": "Denver", "timeZone": "America/Chicago", "announcementLanguage": "fr_fr", "preferredLanguage": "en_us", "address": { "address1": "771 Alder Drive", "address2": "Cisco Site 5", "city": "Milpitas", "state": "CA", "postalCode": "95035", "country": "US" } } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzljYTNhZmQ3LTE5MjYtNGQ0ZS05ZDA3LTk5ZDJjMGU4OGFhMA" } } ] }