ServiceTitan MCP Server

DiscountAndFees_Create

Create and manage discount and fee configurations within ServiceTitan by specifying details like account, amount, code, and type for streamlined financial operations.

Input Schema

NameRequiredDescriptionDefault
accountNoDiscount and fees account
activeNoDiscount and fees active
amountYesDiscount and fees amount
amountTypeNoDiscount and fees amount type
assetsNoDiscount and fees assets
bonusNoDiscount and fees bonus
categoriesNoDiscount and fees categories
codeYesDiscount and fees code
commissionBonusNoDiscount and fees commission bonus
crossSaleGroupNoDiscount and fees cross sale group
descriptionNoDiscount and fees description
displayNameYesDiscount and fees display name
excludeFromPayrollNoDiscount and fees exclude from payroll
externalDataNoDiscount and fees external data
hoursNoDiscount and fees hours
limitNoDiscount and fees limit
paysCommissionNoDiscount and fees pays commission
taxableNoDiscount and fees taxable
tenantYesFormat - int64. Tenant ID
typeNoDiscount and fees type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "account": { "description": "Discount and fees account", "type": "string" }, "active": { "description": "Discount and fees active", "type": "boolean" }, "amount": { "description": "Discount and fees amount", "type": "number" }, "amountType": { "description": "Discount and fees amount type", "type": "string" }, "assets": { "description": "Discount and fees assets", "items": { "additionalProperties": false, "properties": { "alias": { "type": "string" }, "fileName": { "type": "string" }, "isDefault": { "type": "boolean" }, "type": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "type": "array" }, "bonus": { "description": "Discount and fees bonus", "type": "number" }, "categories": { "description": "Discount and fees categories", "items": { "type": "number" }, "type": "array" }, "code": { "description": "Discount and fees code", "type": "string" }, "commissionBonus": { "description": "Discount and fees commission bonus", "type": "number" }, "crossSaleGroup": { "description": "Discount and fees cross sale group", "type": "string" }, "description": { "description": "Discount and fees description", "type": "string" }, "displayName": { "description": "Discount and fees display name", "type": "string" }, "excludeFromPayroll": { "description": "Discount and fees exclude from payroll", "type": "boolean" }, "externalData": { "description": "Discount and fees external data", "items": { "additionalProperties": false, "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, "hours": { "description": "Discount and fees hours", "type": "number" }, "limit": { "description": "Discount and fees limit", "type": "number" }, "paysCommission": { "description": "Discount and fees pays commission", "type": "boolean" }, "taxable": { "description": "Discount and fees taxable", "type": "boolean" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "type": { "description": "Discount and fees type", "type": "string" } }, "required": [ "tenant", "code", "displayName", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r