Webex · Example Payload

Webex Updatelocationfloor Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatelocationfloor 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": "updateLocationFloor",
  "method": "PUT",
  "path": "/locations/{locationId}/floors/{floorId}",
  "summary": "Update a Location Floor",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "floorNumber": 1,
        "displayName": "My custom name"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL1dPUktTUEFDRV9MT0NBVElPTl9GTE9PUi83NDhkZDNmMS1iYmE5LTQxMDItODk5NC00M2IyOTM2MzNlNj",
        "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4NjczZDIwLWM0M2EtNDQ5Ni1iYWIxLTNiMjhhZGJjMjViYQ",
        "floorNumber": 1,
        "displayName": "My custom name"
      }
    }
  ]
}