Merge pull request 'features/correct-info-STUB-products-touchpoint=4' (#20) from features/correct-info-STUB-products-touchpoint=4 into feature/OVPAY-613-SE-productdetails
Reviewed-on: #20
This commit is contained in:
commit
4f2543f57b
@ -162,7 +162,7 @@ paths:
|
|||||||
},
|
},
|
||||||
"tokenTypes": [],
|
"tokenTypes": [],
|
||||||
"sellableTouchpointIds": [
|
"sellableTouchpointIds": [
|
||||||
4
|
3
|
||||||
],
|
],
|
||||||
"amountInclTax": null,
|
"amountInclTax": null,
|
||||||
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
||||||
@ -176,6 +176,44 @@ paths:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
List containing one product which can be sold by touchpointId 3 and 4 (called by touchpointId 4):
|
||||||
|
summary: List containing one product which can be sold by touchpointId 3 and 4 (called by touchpointId 4)
|
||||||
|
description: Product is returned
|
||||||
|
value:
|
||||||
|
{
|
||||||
|
"Entries": [
|
||||||
|
{
|
||||||
|
"productId": 126,
|
||||||
|
"productCode": null,
|
||||||
|
"productName": "HTM-30001",
|
||||||
|
"productDescription": "Reis met 20% korting op je betaalpas bij HTM.",
|
||||||
|
"productCategory": {
|
||||||
|
"productCategoryId": 1,
|
||||||
|
"isTravelProduct": true,
|
||||||
|
"name": "Kortingsabonnement"
|
||||||
|
},
|
||||||
|
"tokenTypes": [
|
||||||
|
{
|
||||||
|
"tokenTypeId": 1,
|
||||||
|
"name": "EMV"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sellableTouchpointIds": [
|
||||||
|
3,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"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/abtserviceengine/2.0/products/126",
|
||||||
|
"method": "GET"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
List containing multiple products (called by touchpointId 3):
|
List containing multiple products (called by touchpointId 3):
|
||||||
summary: List containing multiple products (called by touchpointId 3)
|
summary: List containing multiple products (called by touchpointId 3)
|
||||||
description: Only products that have active SellingPeriods for touchpoint 3 and/or 4 (part of same retailer) are returned
|
description: Only products that have active SellingPeriods for touchpoint 3 and/or 4 (part of same retailer) are returned
|
||||||
@ -518,6 +556,32 @@ paths:
|
|||||||
},
|
},
|
||||||
"forbiddenPaymentMethods": null,
|
"forbiddenPaymentMethods": null,
|
||||||
"sellingPrices": null
|
"sellingPrices": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sellingPeriodId": 173,
|
||||||
|
"fromInclusive": "2025-01-19T23:00:00.000+00:00",
|
||||||
|
"toInclusive": "2028-11-17T23:00:00.000+00:00",
|
||||||
|
"salesTouchpoint": {
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailer": {
|
||||||
|
"retailerId": 1001,
|
||||||
|
"name": "HTM externe touchpoints",
|
||||||
|
"street": "Koningin Julianaplein",
|
||||||
|
"number": 10,
|
||||||
|
"numberAddition": null,
|
||||||
|
"postalCode": "2595 AA",
|
||||||
|
"city": "Den Haag",
|
||||||
|
"country": "Nederland",
|
||||||
|
"emailAddress": "info@htm.nl",
|
||||||
|
"phoneNumber": "070 374 9002",
|
||||||
|
"taxId": 572309345923,
|
||||||
|
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"forbiddenPaymentMethods": null,
|
||||||
|
"sellingPrices": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"purchasePrices": null,
|
"purchasePrices": null,
|
||||||
|
|||||||
@ -162,7 +162,7 @@ paths:
|
|||||||
},
|
},
|
||||||
"tokenTypes": [],
|
"tokenTypes": [],
|
||||||
"sellableTouchpointIds": [
|
"sellableTouchpointIds": [
|
||||||
4
|
3
|
||||||
],
|
],
|
||||||
"amountInclTax": null,
|
"amountInclTax": null,
|
||||||
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
||||||
@ -176,6 +176,44 @@ paths:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
List containing one product which can be sold by touchpointId 3 and 4 (called by touchpointId 4):
|
||||||
|
summary: List containing one product which can be sold by touchpointId 3 and 4 (called by touchpointId 4)
|
||||||
|
description: Product is returned
|
||||||
|
value:
|
||||||
|
{
|
||||||
|
"Entries": [
|
||||||
|
{
|
||||||
|
"productId": 126,
|
||||||
|
"productCode": null,
|
||||||
|
"productName": "HTM-30001",
|
||||||
|
"productDescription": "Reis met 20% korting op je betaalpas bij HTM.",
|
||||||
|
"productCategory": {
|
||||||
|
"productCategoryId": 1,
|
||||||
|
"isTravelProduct": true,
|
||||||
|
"name": "Kortingsabonnement"
|
||||||
|
},
|
||||||
|
"tokenTypes": [
|
||||||
|
{
|
||||||
|
"tokenTypeId": 1,
|
||||||
|
"name": "EMV"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sellableTouchpointIds": [
|
||||||
|
3,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"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/126",
|
||||||
|
"method": "GET"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
List containing multiple products (called by touchpointId 3):
|
List containing multiple products (called by touchpointId 3):
|
||||||
summary: List containing multiple products (called by touchpointId 3)
|
summary: List containing multiple products (called by touchpointId 3)
|
||||||
description: Only products that have active SellingPeriods for touchpoint 3 and/or 4 (part of same retailer) are returned
|
description: Only products that have active SellingPeriods for touchpoint 3 and/or 4 (part of same retailer) are returned
|
||||||
@ -518,6 +556,32 @@ paths:
|
|||||||
},
|
},
|
||||||
"forbiddenPaymentMethods": null,
|
"forbiddenPaymentMethods": null,
|
||||||
"sellingPrices": null
|
"sellingPrices": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sellingPeriodId": 173,
|
||||||
|
"fromInclusive": "2025-01-19T23:00:00.000+00:00",
|
||||||
|
"toInclusive": "2028-11-17T23:00:00.000+00:00",
|
||||||
|
"salesTouchpoint": {
|
||||||
|
"salesTouchpointId": 3,
|
||||||
|
"name": "Website (Perplex)",
|
||||||
|
"isActive": true,
|
||||||
|
"retailer": {
|
||||||
|
"retailerId": 1001,
|
||||||
|
"name": "HTM externe touchpoints",
|
||||||
|
"street": "Koningin Julianaplein",
|
||||||
|
"number": 10,
|
||||||
|
"numberAddition": null,
|
||||||
|
"postalCode": "2595 AA",
|
||||||
|
"city": "Den Haag",
|
||||||
|
"country": "Nederland",
|
||||||
|
"emailAddress": "info@htm.nl",
|
||||||
|
"phoneNumber": "070 374 9002",
|
||||||
|
"taxId": 572309345923,
|
||||||
|
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"forbiddenPaymentMethods": null,
|
||||||
|
"sellingPrices": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"purchasePrices": null,
|
"purchasePrices": null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user