Webex · Example Payload

Webex Create Single Number Reach For A Person Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create Single Number Reach For A Person 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 Single Number Reach For a Person",
  "method": "POST",
  "path": "/telephony/config/people/{personId}/singleNumberReach/numbers",
  "summary": "Create Single Number Reach For a Person",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumber": "+17011558169",
        "enabled": true,
        "name": "myNumber",
        "doNotForwardCallsEnabled": false,
        "answerConfirmationEnabled": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NJTkdMRV9OVU1CRVJfUkVBQ0gvT1RnNU56WTNPRGMyTlE9PQ"
      }
    }
  ]
}