Webex · Example Payload

Webex Modify A Route Group For A Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify A Route Group For A Organization Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Modify a Route Group for a Organization",
  "method": "PUT",
  "path": "/telephony/config/premisePstn/routeGroups/{routeGroupId}",
  "summary": "Modify a Route Group for a Organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "hydra4",
        "localGateways": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1RSVU5LLzY1Zjc4YzgxLTcwMTYtNDc0Ny05M2EyLWIxMGVlZjBhMWI1Ng",
            "name": "Route List Trunk",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL1dTV1laMjEyODA2TDIxMjg0MQ",
            "priority": 2
          }
        ]
      }
    }
  ],
  "responseExamples": []
}