Salesforce · JSON Structure

Salesforce Get Appointment Slots Request Structure

Type: object Properties: 9 Required: 9
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

GetAppointmentSlotsRequest is a JSON Structure definition published by Salesforce, describing 9 properties, of which 9 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

startTime endTime workTypeGroupId workType accountId territoryIds requiredResourceIds schedulingPolicyId allowConcurrentScheduling

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GetAppointmentSlotsRequest",
  "properties": {
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "workTypeGroupId": {
      "type": "string"
    },
    "workType": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "territoryIds": {
      "type": "string"
    },
    "requiredResourceIds": {
      "type": "string"
    },
    "schedulingPolicyId": {
      "type": "string"
    },
    "allowConcurrentScheduling": {
      "type": "string"
    }
  },
  "required": [
    "startTime",
    "endTime",
    "workTypeGroupId",
    "workType",
    "accountId",
    "territoryIds",
    "requiredResourceIds",
    "schedulingPolicyId",
    "allowConcurrentScheduling"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}