Update loyalty card status
PUT {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId
Update the status of the given loyalty card. A card can be active or inactive.
Request Body
{"status"=>"active", "blockReason"=>"Current card lost. Customer needs a new card."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |