created correct example in the product list for touchpoint 4 (infoplaza)

This commit is contained in:
Mirjam Herald 2025-03-05 14:23:01 +01:00
parent dfb48bbcd1
commit c712184e9f

View File

@ -144,32 +144,37 @@ paths:
}
]
}
List containing one product which can only be sold by touchpointId 3 (called by touchpointId 4):
List containing one product which can only be sold by touchpointId 4 (called by touchpointId 4):
summary: List containing one product which can only be sold by touchpointId 3 (called by touchpointId 4)
description: Product is still returned (because touchpointId 3 is part of same retailer) but no price, as touchpointId 4 is not allowed to sell this product.
value:
{
"Entries": [
{
"productId": 49,
"productId": 126,
"productCode": null,
"productName": "HTM Regio Vrij",
"productDescription": "Voor een vast bedrag onbeperkt reizen met EBS, HTM en RET in het gekozen gebied in de regio Rotterdam Den Haag.",
"productName": "HTM-30001",
"productDescription": "Reis met 20% korting op je betaalpas bij HTM.",
"productCategory": {
"productCategoryId": 3,
"productCategoryId": 1,
"isTravelProduct": true,
"name": "Afgekocht reisrecht"
"name": "Kortingsabonnement"
},
"tokenTypes": null,
"tokenTypes": [
{
"tokenTypeId": 1,
"name": "EMV"
}
],
"sellableTouchpointIds": [
4
],
"amountInclTax": null,
"amountInclTax": 300,
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": {
"get_details": {
"href": "https://api.integratielaag.nl/abt/touchpoint/2.0/products/49",
"href": "https://api.integratielaag.nl/abt/touchpoint/2.0/products/126",
"method": "GET"
}
}