Skip to content

Commit 0552bf4

Browse files
authored
Purchases: document vat_code_id for items (#392)
1 parent 4ca4ce4 commit 0552bf4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sections/purchases.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ Mandatory fields are marked with a star (\*):
183183
- **items\*** – list of position. At least one position must be present and every position has the following fields:
184184
- **title\*** – Ticket
185185
- **total\*** – 30
186-
- **tax\*** – 7.7 (tax percentage)
186+
- **tax** – 7.7 (tax percentage) ⚠️ deprecated, please use `vat_code_id` instead.
187187
- **tax_included** – true (specify if the total includes the tax or not)
188-
- **category_id** – 123 (reference to a purchase category)
188+
- **category_id** – 123 (reference to a [purchase category](../sections/purchase_categories))
189+
- **vat_code_id\*** - 234 (reference to [vat code](../sections/vat_codes))
189190
- **due_date** – "2020-02-18"
190191
- **service_period_from** – "2020-01-01"
191192
- **service_period_to** – "2020-01-31"

0 commit comments

Comments
 (0)