From ec10fa13f34f6dad895033d629711a5f1be23edc Mon Sep 17 00:00:00 2001 From: Max Martens Date: Tue, 10 Sep 2024 18:28:18 +0200 Subject: [PATCH] Add productCode in list --- src/openapi/products/ABTProducts-v2.2.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/openapi/products/ABTProducts-v2.2.json b/src/openapi/products/ABTProducts-v2.2.json index 952d0c9..1078ad3 100644 --- a/src/openapi/products/ABTProducts-v2.2.json +++ b/src/openapi/products/ABTProducts-v2.2.json @@ -44,6 +44,7 @@ "Entries": [ { "productId": 1, + "productCode": "30901-WL", "productName": "HTM pilot 90% korting", "productDescription": "Reis met 90% korting gedurende de eerste F&F pilot!", "productCategory": { @@ -91,6 +92,7 @@ "Entries": [ { "productId": 2, + "productCode": "312AB-WL", "productName": "HTM dagkaart", "productDescription": "Reis een dag met het openbaar vervoer bij HTM", "productCategory": { @@ -114,6 +116,7 @@ "Entries": [ { "productId": 1, + "productCode": "30901-WL", "productName": "HTM pilot 90% korting", "productDescription": "Reis met 90% korting gedurende de eerste F&F pilot!", "productCategory": { @@ -131,6 +134,7 @@ }, { "productId": 2, + "productCode": "312AB-WL", "productName": "HTM dagkaart", "productDescription": "Reis een dag met het openbaar vervoer bij HTM", "productCategory": { @@ -1313,6 +1317,10 @@ "type": "integer", "example": 1 }, + "productCode": { + "type": "string", + "example": "30901-WL" + }, "productName": { "type": "string", "example": "HTM pilot 90% korting"