create_service
Create a new service entry for smallinvoice invoicing with required fields: name, VAT, unit, and price.
Instructions
Creates new service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | Number | |
| name | Yes | Name | |
| description | No | Description | |
| notes | No | Notes | |
| category_id | No | Category id | |
| including_vat | Yes | Including vat | |
| vat | Yes | Vat | |
| unit_id | Yes | Unit id | |
| price | Yes | Price | |
| default_amount | No | default value: 1 | |
| custom_fields | No | custom fields values |