Terms changed to array.

This commit is contained in:
Bas Boterman 2024-10-04 16:47:09 +02:00
parent 74232437cf
commit 56cbb0d23f

View File

@ -260,7 +260,11 @@ paths:
"amountExclTax": 100, "amountExclTax": 100,
"amountInclTax": 121, "amountInclTax": 121,
"quantity": 1, "quantity": 1,
"terms": "generalTermsAndConditions.pdf", "terms":
[
"generalTermsAndConditions.pdf",
"productTermsAndConditions.pdf",
],
"createdOn": "2024-03-22T09:00:00", "createdOn": "2024-03-22T09:00:00",
"validFrom": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00",
"validUntil": null, "validUntil": null,