Bug 25655: REST API specs
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Jan 2023 20:59:11 +0000 (21:59 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Mar 2023 16:57:53 +0000 (13:57 -0300)
Sponsored-by: The Research University in the Helmholtz Association (KIT)
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
api/v1/swagger/definitions/order.yaml

index b6c6a7b..7cc3c14 100644 (file)
@@ -230,6 +230,16 @@ properties:
       - "null"
     format: date
     description: Estimated delivery date
+  invoice_unit_price:
+    type:
+      - number
+      - "null"
+    description: The actual cost in the foreign currency used in the invoice
+  invoice_currency:
+    type:
+      - string
+      - "null"
+    description: Currency of the actual cost used when receiving
   fund:
     type:
       - object