Add productCode in list
This commit is contained in:
parent
c8daca2a98
commit
ec10fa13f3
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user