Find offers endpoint
resource: /offer
method: POST
Request : OfferSearchRequest
Response: List<DefaultOffer> OR List<DiscountOffer> OR List<ProductRelatedOffer>
{
"personId": "0bcae298-867c-41af-9980-be0d8e828d3e",
"institutionId": "0bcae304-867c-41af-9980-be0d8e828d4s",
"langCode": "ET",
"classification": "PERSONAL",
"loyaltyCards": [
{
"id": "12345",
"cardNumber": "22103944833292",
"useBonusOnPayment": false
}
]
}
Last updated
Was this helpful?