From 90559cd633e32fb884ddde986d0e3ed5d0d23246 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 1 Oct 2025 15:37:42 +0200 Subject: [PATCH] OVPAY-2186 - Re-added product (as joined field) on contract-level. --- src/openapi/contracts/contracts-se.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/openapi/contracts/contracts-se.yaml b/src/openapi/contracts/contracts-se.yaml index 471f7e0..1a7fd29 100644 --- a/src/openapi/contracts/contracts-se.yaml +++ b/src/openapi/contracts/contracts-se.yaml @@ -44,6 +44,8 @@ paths: "touchpointId": 2, "contractStatus": { "contractStatusId": 2, "name": "active" }, + "productId": 1, + "productName": "HTM Maand 20% korting", "termDuration": "P0Y1M0D", "billingDay": 15, "highestInvoiceTerm": 1, @@ -67,6 +69,8 @@ paths: "touchpointId": 2, "contractStatus": { "contractStatusId": 1, "name": "new" }, + "productId": 1, + "productName": "HTM Maand 20% korting", "termDuration": "P0Y1M0D", "billingDay": 15, "highestInvoiceTerm": 1, @@ -149,6 +153,8 @@ paths: "touchpointId": 2, "contractStatus": { "contractStatusId": 2, "name": "active" }, + "productId": 1, + "productName": "HTM Maand 20% korting", "termDuration": "P0Y1M0D", "billingDay": 15, "highestInvoiceTerm": 1, @@ -494,6 +500,8 @@ paths: "touchpointId": 2, "contractStatus": { "contractStatusId": 2, "name": "active" }, + "productId": 1, + "productName": "HTM Maand 20% korting", "termDuration": "P0Y1M0D", "billingDay": 15, "highestInvoiceTerm": 1,