Webex · Example Payload

Webex Create Or Replace Existing Subscription Tags With The Provid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create Or Replace Existing Subscription Tags With The Provid 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 or Replace existing subscription tags with the provided ones",
  "method": "POST",
  "path": "/partner/tags/organizations/{orgId}/subscriptions/{subscriptionId}/assignTags",
  "summary": "Create or Replace existing subscription tags with the provided ones",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "name": "Tag name",
          "description": "Tag description"
        }
      ]
    }
  ]
}