Webex · Example Payload

Webex Create Route Group For A Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create 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": "Create Route Group for a Organization",
  "method": "POST",
  "path": "/telephony/config/premisePstn/routeGroups",
  "summary": "Create Route Group for a Organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "hydra2",
        "localGateways": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1RSVU5LLzY1Zjc4YzgxLTcwMTYtNDc0Ny05M2EyLWIxMGVlZjBhMWI1Ng",
            "name": "Route List Trunk",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL1dTV1laMjEyODA2TDIxMjg0MQ",
            "priority": 1
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzE4YzFhMGRkLWJhMjctNDkwMS1hNGUxLTBlNWIyNzM1YzlkZg"
      }
    }
  ]
}