diff --git a/src/openapi/contracts/contracts-crud.yaml b/src/openapi/contracts/contracts-crud.yaml index e363b19..a3043c2 100644 --- a/src/openapi/contracts/contracts-crud.yaml +++ b/src/openapi/contracts/contracts-crud.yaml @@ -52,6 +52,19 @@ paths: "billingDay": 15, "highestInvoiceTerm": 1, "created": "2024-08-01 15:01:00.000", + "contractVersions": + [ + { + "contractVersionId": 1, + "termsAndConditions": "https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/", + "productId": 1, + "productName": "HTM Maand 20% korting", + "taxCode": "V9", + "taxPercentage": 9.0, + "termAmountInclTax": 400, + "start": "2024-08-01 15:01:00.000", + }, + ], }, { "contractId": "f07253e6-c364-474c-a342-a10a4a7cf305", @@ -66,8 +79,22 @@ paths: "billingDay": 15, "highestInvoiceTerm": 1, "created": "2024-08-01 15:01:00.000", + "contractVersions": + [ + { + "contractVersionId": 1, + "termsAndConditions": "https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/", + "productId": 1, + "productName": "HTM Maand 20% korting", + "taxCode": "V9", + "taxPercentage": 9.0, + "termAmountInclTax": 400, + "start": "2024-08-01 15:01:00.000", + }, + ], }, ], + "href": null, } post: summary: Create a contract for an existing customer profile.