Webex · JSON Structure

Wholesale Admin Batch Start Job Object Location Customizations Structure

AdminBatchStartJobObjectLocationCustomizations schema from Webex API

Type: object Properties: 3
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

AdminBatchStartJobObjectLocationCustomizations is a JSON Structure definition published by Webex, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

locationId locationCustomizationsEnabled customizations

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/wholesale-admin-batch-start-job-object-location-customizations-structure.json",
  "name": "AdminBatchStartJobObjectLocationCustomizations",
  "description": "AdminBatchStartJobObjectLocationCustomizations schema from Webex API",
  "type": "object",
  "properties": {
    "locationId": {
      "type": "string",
      "example": "'Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA'",
      "description": "Location within an organization where changes of device setings will be applied to all the devices within it."
    },
    "locationCustomizationsEnabled": {
      "type": "boolean",
      "description": "Indicates if all the devices within this location will be customized with new requested customizations(if set to `true`) or will be overridden with the one at organization level (if set to `false` or any other value). This field has no effect when the job is being triggered at organization level."
    },
    "customizations": {
      "$ref": "#/components/schemas/CustomizationObject",
      "description": "Indicates the settings for ATA devices, DECT devices and MPP devices."
    }
  }
}