Webex · Example Payload

Webex Create A Workspace Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A Workspace Location 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 Workspace Location",
  "method": "POST",
  "path": "/workspaceLocations",
  "summary": "Create a Workspace Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "displayName": "Cisco Barcelona",
        "address": "Carrer de Pere IV, Barcelona, Spain",
        "countryCode": "ES",
        "cityName": "Barcelona",
        "latitude": 41.406615,
        "longitude": 2.200717,
        "notes": "A note about the location"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9XT1JLU1BBQ0VfTE9DQVRJT04vM2E2ZmYzNzMtNjhhNy00NGU0LTkxZDYtYTI3NDYwZTBhYzVjIzUxOWY2N2E1LTlkOTktNGM2My04YTA5LWI5MTcxY2M2NmJkMQ==",
        "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzA2OWEzMDY2LTgwNjMtNDI0Zi05YmE0LTBhZDdhMmYxMzNjNQ",
        "displayName": "Cisco Barcelona",
        "address": "Carrer de Pere IV, Barcelona, Spain",
        "countryCode": "ES",
        "cityName": "Barcelona",
        "latitude": 41.406615,
        "longitude": 2.200717,
        "notes": "A note about the location"
      }
    }
  ]
}