web_booking_attributions_create
Create web booking attributions in ServiceTitan by providing a tenant ID to define and track customer interactions and conversions accurately.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tenant | Yes | Tenant ID (int64) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"tenant": {
"description": "Tenant ID (int64)",
"type": "integer"
}
},
"required": [
"tenant"
],
"type": "object"
}