Webex · Example Payload

Webex Create A Virtual Line Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A Virtual Line 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 a Virtual Line",
  "method": "POST",
  "path": "/telephony/config/virtualLines",
  "summary": "Create a Virtual Line",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "firstName": "Bob",
        "lastName": "Smith",
        "displayName": "Bob Smith",
        "phoneNumber": "+15558675309",
        "extension": "5309",
        "locationId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80YTc2ZmVmNC1mZjlmLTExZWItYWYwZC00M2YwZjY1NTdjYWI",
        "callerIdFirstName": "Bob",
        "callerIdLastName": "Smith",
        "callerIdNumber": "+15558675309"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS85Y2JmYjYxZi00ZGM0LTQ1NWItYmMzYS00NmI4YmY5YjQzNzk"
      }
    }
  ]
}