Webex · Example Payload

Webex Create Multiple Base Stations Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create Multiple Base Stations 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 Multiple Base Stations",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}/baseStations",
  "summary": "Create Multiple Base Stations",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "baseStationMacs": [
          "bbafec9a9027",
          "6dde9ebde1c9"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "baseStations": [
          {
            "mac": "bbafec9a9027",
            "result": {
              "status": 201,
              "id": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX1NUQVRJT04vYzRhMTQxN2ItZGNiYi00MGMzLWE3YWQtNTY1MGZkZGRkNTNj"
            }
          }
        ]
      }
    }
  ]
}