Points
Synchronize customer's points
Synchronize the amount of points for the customer's account. Set the value that will represent how many points the customer carries currently.
post/points/actions/synchronize-points
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"customer_id": "8ea2591121e636086a4a9c0992",
"amount": 100,
"partner_id": "86e05affc7a7abefcd513ab400",
"note": "Initial synchronization of points from production system"
}Response
No Content