v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Check Group Points Transfer Eligibility

Checks if specific points from one account can be transferred to another account (group to customer, customer to a group, or one group to another).

post/points/userGroup2/isTransferrable

Request body

pointsTobeTransferrednumber float required

Points to be transferred.

notesstring

Brief information about the transfer.

programIdinteger

Unique ID of the program from which points need to be transferred.

toEntityobject required

Details of the destination account (customer or group) - to which the points need to be transferred.

fromEntityobject required

Details of the user group from which points need to be transferred.

Response

200

Example response

{
  "data": [
    {
      "pointsTobeTransferred": 10,
      "transferrable": true
    }
  ]
}