From ef9ea011d3d6dd96786d19d563b3d6b99284548b Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 31 Mar 2025 13:18:35 +0200 Subject: [PATCH] OVPAY-1564 - "terms" is now "orderLineTerms". --- src/openapi/orders/service_engine_orders.yaml | 156 +++++++++++++----- 1 file changed, 117 insertions(+), 39 deletions(-) diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 725fe27..13e49af 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -1376,10 +1376,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -1804,10 +1810,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -2081,10 +2093,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -2140,10 +2158,16 @@ paths: "amountExclTax": 200, "amountInclTax": 242, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -2313,10 +2337,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-25T09:00:00", @@ -2604,10 +2634,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -2658,10 +2694,16 @@ paths: "amountExclTax": 200, "amountInclTax": 242, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -2871,10 +2913,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -3055,10 +3103,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -3340,10 +3394,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -3521,10 +3581,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -3706,10 +3772,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00", @@ -3879,10 +3951,16 @@ paths: "amountExclTax": 100, "amountInclTax": 121, "quantity": 1, - "terms": + "orderLineTerms": [ - "generalTermsAndConditions.pdf", - "productTermsAndConditions.pdf", + { + "orderLineTermsId": "cccada2c-d5ea-48ab-b4be-f590e16b5468", + "termsUrl": "generalTermsAndConditions.pdf", + }, + { + "orderLineTermsId": "bd76f723-9308-4629-a291-4c4fafd7ed87", + "termsUrl": "productTermsAndConditions.pdf", + }, ], "createdOn": "2024-03-22T09:00:00", "validFrom": "2024-03-22T09:00:00",