v1
latestOpenAPI 3.0.22026-07-2645239950.4 KBpost/transactions/deduct
Request body
Example request
{
"member_id": "john.doe@gmail.com"
}Response
200
Example response
{
"data": {
"status": "approved",
"transaction_attributes": {
"reason": "deduct",
"tags": [
"deductionmade",
"productreturned"
]
},
"last_modified_date": "22-Mar-2023 06:19:35",
"additional_data": {},
"approver_details": {
"approver_name": "System"
},
"approved_date": "22-Mar-2023 06:19:35",
"member_id": "5779678689",
"created_date": "22-Mar-2023 06:19:35",
"transaction_type": "deduct",
"id": "641a9df7c2161f000c2eb56a",
"deduct_info": {
"points": 100,
"points_status": "deducted"
}
},
"success": true
}