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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring