Operation Id:
clients/profitPoints/post [Official Documentaction]
Methods
- client_id Integer
- operation String
- score Number
- note String
- order_number Integer
Examples
This function adds a score of 10 to the profit points of a client with the id of 3.
const result = await idosellRequest.postClientsProfitPoints
.client_id(3)
.operation("add")
.score(10)
.exec()