Add productCode in list

This commit is contained in:
Max Martens 2024-09-10 18:28:18 +02:00
parent c8daca2a98
commit ec10fa13f3

View File

@ -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"