Key | Type | Required? | Description |
---|---|---|---|
points | integer | yes | Number of points to grant |
grant_type | string | no | Arbitrary type of grant - depends on specific use case |
grant_properties | Object | no | Arbitrary object containing additional properties of grant - depends on specific use case |
Status | Description |
---|---|
422 | Invalid parameters - see Invalid parameters errors model |
{
"transaction": {} // See: 'Transaction object'
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/infinity-mall/members/1/rewards-program/grant_points' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}