Webex · Example Payload

Webex Patchallconfig 2 Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Patchallconfig 2 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": "patchAllConfig_2",
  "method": "PATCH",
  "path": "/organization/{orgid}/auxiliary-code/bulk",
  "summary": "Bulk partial update Auxiliary Code(s)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "item": {
              "id": "26e2df70-0f77-41b8-8e8f-1d76e92c9638",
              "burnoutInclusion": "EXCLUDED"
            },
            "itemIdentifier": 0,
            "requestAction": "SAVE"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}