Points
Assign points
Creates a new point collection record with the corresponding value. ⚠️ Action methods are available only in Enterprise interface.
post/points/actions/assign-points
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"amount": 1500,
"customer_id": "8ea2591121e636086a4a9c0992",
"partner_id": "86e05affc7a7abefcd513ab400",
"point_type_id": "86e05affc7a7abefcd513ab400",
"note": "Birthdate point reward"
}Response
Created
Example response
{
"data": {
"point_id": "82de12eb8b138791e678fd11c3"
}
}