{ "operationId": "Update Location Webex Calling Details", "method": "PUT", "path": "/telephony/config/locations/{locationId}", "summary": "Update Location Webex Calling Details", "requestExamples": [ { "contentType": "application/json", "example": { "announcementLanguage": "fr_fr", "outsideDialDigit": "12", "routingPrefix": "212", "callingLineId": { "name": "Denver Incoming", "phoneNumber": "+12145555698" }, "connection": { "type": "TRUNK", "id": "Y2lzY29zcGFyazovL3VzL1RSVU5LL2M1MGIxZjY2LTRjODMtNDAzNy04NjM1LTg2ZjlkM2VkZDQ5MQ" }, "externalCallerIdName": "Big Corp-Denver", "pAccessNetworkInfo": "Richardson-TX", "chargeNumber": "+14158952369", "enforceOutsideDialDigit": true } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "batchJobId": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8wOThmNTg5MC05MTA4LTQ0YWMtODIxMy1lYmE4MGI4YzJkMjA" } }, { "status": "206", "contentType": "application/json", "example": { "failureReason": "UpdateRoutingPrefix batch job not triggered for Location: c7e4wasdfgjfec5c52. OldRoutingPrefix : 111. NewRoutingPrefix: 212." } }, { "status": "409", "contentType": "application/json", "example": { "failureReason": "UpdateRoutingPrefixJob failed as another one is already in progress." } } ] }