diff --git a/src/openapi/fiko/TP-fiko.yaml b/src/openapi/fiko/TP-fiko.yaml index ded05d5..832f934 100644 --- a/src/openapi/fiko/TP-fiko.yaml +++ b/src/openapi/fiko/TP-fiko.yaml @@ -23,32 +23,32 @@ paths: examples: Add single transaction item: summary: Add single transaction item - description: Add single transaction item of type sales. + description: Add single transaction item of type remittance. value: transactionItems: - - transactionType: sales - sourceName: HTM-website + - transactionType: remittance + sourceName: HTM-kassa transactionId: "1001236" - transactionLineId: "1" - name: HTM Maandkorting 20% + transactionLineId: null + name: Kassa afdracht quantity: 1 - taxCode: V21 - amountExclTax: 100 - amountInclTax: 121 - amountTax: 21 + taxCode: null + amountExclTax: null + amountInclTax: 10000 + amountTax: null occurredOn: 2024-10-04T00:00:00Z type: debit - articleNumber: "4031" + articleNumber: null Add multiple transaction items: summary: Add multiple transaction items description: Add multiple transaction items of type sales. value: transactionItems: - transactionType: sales - sourceName: HTM-website + sourceName: HTM-kassa transactionId: "1001236" transactionLineId: "1" - name: HTM Maandkorting 20% + name: HTM Maandkorting 20% chipkaart quantity: 1 taxCode: V21 amountExclTax: 100 @@ -58,10 +58,10 @@ paths: type: debit articleNumber: "4031" - transactionType: sales - sourceName: HTM-website + sourceName: HTM-kassa transactionId: "1001237" transactionLineId: "1" - name: HTM Maandkorting 20% + name: HTM Maandkorting 20% chipkaart quantity: 1 taxCode: V21 amountExclTax: 100