Webex · Example Payload

Webex Updatebroadworksworkspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatebroadworksworkspace 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": "updateBroadworksWorkspace",
  "method": "PUT",
  "path": "/broadworks/workspaces/{workspaceId}",
  "summary": "Update a Broadworks Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "userId": "95547321@sp.com",
        "primaryPhoneNumber": "+1-240-555-1212",
        "extension": "51212"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BMQUNFL2RkMjJlZGZlLTlmZWYtNDdmOS05ODFkLWYxYjA3MWFmMDcwYw",
        "provisioningId": "ZjViMzYxODctYzhkZC00NzI3LThiMmYtZjljNDQ3ZjI5MDQ2OjQyODVmNTk0LTViNTEtNDdiZS05Mzk2LTZjMzZlMmFkODNhNQ",
        "userId": "95547321@sp.com",
        "spEnterpriseId": "Reseller1+acme",
        "displayName": "Conference Room",
        "primaryPhoneNumber": "+1-240-555-1212",
        "extension": "51212",
        "created": "2019-10-18T14:26:16.000Z"
      }
    }
  ]
}