v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
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

customer_idstring required

ID of the customer you want to synchronize points.

amountnumber float required

Amount of points that will represent the current state of customer's points.

partner_idstring

The unique ID of the partner. If not set, default partner on the project is used.

notestring

Note for the synchronization record.

Example request

{
  "customer_id": "8ea2591121e636086a4a9c0992",
  "amount": 100,
  "partner_id": "86e05affc7a7abefcd513ab400",
  "note": "Initial synchronization of points from production system"
}

Response

No Content