external_call_attributions_create
Generate external call attributions for ServiceTitan API interactions, enabling accurate tracking and analysis of tenant-specific activities.
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"
}