v1

latestOpenAPI 3.0.02026-07-26868170.3 KB
Reward

Use a reward granted to a loyalty member.

Use a reward granted to a loyalty member.

post/loyalty/v1/reward-attributions/{id}/burn

Path parameters

idstring required

Reward grant unique external identifier.

Request body

card_codestring

Use this if you have loyalty feature.

contact_idstring

Use this if you have the new couponing feature.

reason_msgstring
burned_datestring
store_idstring

Example request

{
  "card_code": "44010000002",
  "contact_id": "13465",
  "reason_msg": "Catching up summer's free cake offer.",
  "burned_date": "2018-01-12 15:00:00",
  "store_id": "store01"
}

Response

Reward use is successful.