Add points to card

PUT {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId/add_points

Add points to the given loyalty card in the specified card-based loyalty program.

Request Body

{"points"=>300, "name"=>"Compensation", "validityDuration"=>"5D", "validUntil"=>"2021-07-20T22:00:00Z", "pendingDuration"=>"12h", "pendingUntil"=>"2021-07-20T22:00:00Z", "subledgerId"=>"sub-123", "applicationId"=>322}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring