Points
Transfer points
Transfers points from one customer to another.
post/points/actions/transfer-points
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"original_customer_id": "8ea2591121e636086a4a9c0992",
"new_customer_id": "84b9167cc2f01ff007d98e1633",
"amount": 100,
"point_type_id": "8adcb83164fa7e12668035d43e",
"note": "Birthdate point reward"
}Response
No Content