Webex · Example Payload

Webex Createcriteriatouserselectivecallforwardingservice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createcriteriatouserselectivecallforwardingservice 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": "createCriteriaToUserSelectiveCallForwardingService",
  "method": "POST",
  "path": "/telephony/config/people/{personId}/selectiveForward/criteria",
  "summary": "Create a Criteria to the User\u2019s Selective Call Forwarding Service",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI"
      }
    }
  ]
}