v1
latestOpenAPI 3.0.22026-07-2645239950.4 KBpost/transactions/award
Request body
Example request
{
"member_id": "john.doe@gmail.com",
"activity_id": "made_a_purchase",
"transaction_date": "10/05/2019 23:10:55",
"approval_date": "10/15/2019 16:10:50",
"points_expiration_date": "01/15/2020 16:10:50"
}Response
200
Example response
{
"data": {
"status": "approved",
"points_expiration_date": "21-Aug-2023 05:12:41",
"auto_approval_date": "",
"last_modified_date": "21-Mar-2023 05:12:41",
"award_info": {
"activity_id": "made_a_purchase",
"points": 1000,
"points_status": "approved",
"activity_name": "Purchase on website"
},
"id": "64193cc9df192b000a6d1374",
"approver_details": {
"approver_name": "System"
},
"approved_date": "21-Mar-2023 05:12:41",
"member_id": "greatMRT090399656",
"created_date": "21-Mar-2023 05:12:41",
"transaction_type": "award",
"transaction_attributes": {
"order_total": 110,
"order_subtotal": 100,
"order_id": "887y12",
"tags": [
"purchasemade",
"madeapurchaseactivity"
],
"currency": "$",
"coupon_code": "abtrojkl",
"reason": "THird",
"products": [
{
"product_id": "12",
"is_excluded": false,
"product_category": "[u'Essentials', u'Sale', u'test', u'gdgd']",
"product_url": "https://www.product.com",
"product_price": "50",
"product_points_per_quantity": 500,
"bonus_multiplier": 0,
"product_quantity": "1",
"product_image_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
"product_title": "RelaxedFitSweatshirt-Mintgreen"
},
{
"product_id": "98012",
"is_excluded": false,
"product_category": "[u'Sale', u'test', u'gdgd']",
"product_url": "https://www.product.com",
"product_price": "25",
"product_points_per_quantity": 250,
"bonus_multiplier": 0,
"product_quantity": "2",
"product_image_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
"product_title": "Sweatshirt"
}
],
"coupons": "abtrojkl"
},
"additional_data": {
"activity_multiplier": 10
}
},
"success": true
}