arrival_windows_updated_configuration
Update arrival window configurations for specific tenants in ServiceTitan. Modify settings to optimize scheduling and improve operational efficiency.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Request Body | |
tenant | Yes | Tenant ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": {},
"description": "Request Body",
"type": "object"
},
"tenant": {
"description": "Tenant ID",
"type": "integer"
}
},
"required": [
"tenant",
"body"
],
"type": "object"
}