Webex · Example Payload

Webex List Manage Numbers Job Errors Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Manage Numbers Job Errors 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": "List Manage Numbers Job errors",
  "method": "GET",
  "path": "/telephony/config/jobs/numbers/manageNumbers/{jobId}/errors",
  "summary": "List Manage Numbers Job errors",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "itemNumber": 1,
            "item": "+12025558374",
            "error": {
              "key": "400",
              "message": [
                {
                  "description": "Failed because it is not an unassigned number.",
                  "code": "BATCH-1017023",
                  "locationid": "5223bbed-42c9-454d-a1f3-7fad5cc7e6e3"
                }
              ]
            },
            "trackingId": "ROUTER_6332cccb-e492-01bb-0165-48a3dc0a0165_0"
          }
        ]
      }
    }
  ]
}