create_service
Add a service to your accounting system by providing a unique code and description, with optional pricing and tax details.
Instructions
Create a service. Returns the created record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tax_code | No | VAT rate code — `NOR` (normal), `INT` (intermediate), `RED` (reduced), `ISE` (exempt). | |
| item_code | Yes | Unique service code. | |
| sales_price | No | Unit sales price. | |
| item_family_id | No | Item family id to associate. | |
| item_description | Yes | Service name/description. | |
| sales_price_includes_vat | No | True if sales_price already includes VAT. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||