Webex · Example Payload

Webex Addphonenumberassinglenumberreach Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Addphonenumberassinglenumberreach 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": "addPhoneNumberAsSingleNumberReach",
  "method": "POST",
  "path": "/telephony/config/people/me/settings/singleNumberReach/numbers",
  "summary": "Add phone number as User's Single Number Reach",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumber": "+19075552859",
        "name": "John",
        "enabled": true,
        "doNotForwardCallsEnabled": true,
        "answerConfirmationEnabled": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BIT05FX05VTUJFUi9LekU1TnpnNU5EWTJOelkz"
      }
    }
  ]
}