v1
latestOpenAPI 3.0.12026-07-24501176.6 MBCheck 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
Response
200
Example response
{
"data": [
{
"pointsTobeTransferred": 10,
"transferrable": true
}
]
}