From b8b1e6cae7bf5cc1a45202b196832f59fbd7e394 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Wed, 11 Oct 2023 09:46:11 +0200 Subject: [PATCH] Add currency to receipts (#285) add receipt currency --- sections/receipts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sections/receipts.md b/sections/receipts.md index d412963..b7117d6 100644 --- a/sections/receipts.md +++ b/sections/receipts.md @@ -112,6 +112,7 @@ curl -X POST \ { "date": "2020-02-02", "title": "Lunch with coworkers", + "currency": "CHF", "items": [ { "vat_code_id": 186, @@ -130,6 +131,7 @@ Mandatory fields are marked with a star (\*): - **date\*** – "2020-02-02" - **title\*** – "Lunch with coworkers" +- **currency\*** - "CHF" - **items\*** – list of positions. At least one position must be present and every position has the following fields: - **vat_code_id\*** – 186 (Vat Code ID) - **gross_total\*** – 99.90 @@ -154,6 +156,7 @@ curl -X POST \ { "date": "2020-02-02", "title": "Lunch with customer", + "currency": "CHF", "items": [ { "vat_code_id": 186,