Salesforce · Schema
GetAppointmentCandidatesRequest
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| startTime | string | |
| endTime | string | |
| workTypeGroupId | string | |
| workType | string | |
| accountId | string | |
| territoryIds | string | |
| requiredResourceIds | string | |
| schedulingPolicyId | string | |
| allowConcurrentScheduling | string |
JSON Schema
{
"type": "object",
"properties": {
"startTime": {
"type": "string",
"example": "2026-01-15T10:30:00Z"
},
"endTime": {
"type": "string",
"example": "2026-01-15T10:30:00Z"
},
"workTypeGroupId": {
"type": "string",
"example": "500123"
},
"workType": {
"type": "string",
"example": "example_value"
},
"accountId": {
"type": "string",
"example": "500123"
},
"territoryIds": {
"type": "string",
"example": "example_value"
},
"requiredResourceIds": {
"type": "string",
"example": "example_value"
},
"schedulingPolicyId": {
"type": "string",
"example": "500123"
},
"allowConcurrentScheduling": {
"type": "string",
"example": "example_value"
}
},
"required": [
"startTime",
"endTime",
"workTypeGroupId",
"workType",
"accountId",
"territoryIds",
"requiredResourceIds",
"schedulingPolicyId",
"allowConcurrentScheduling"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GetAppointmentCandidatesRequest"
}