v1

latestOpenAPI 3.0.22026-07-2645239950.4 KB

post/transactions/{unique_transaction_attribute}/reject

Response

200

successboolean

Example response

{
  "data": {
    "status": "rejected",
    "points_expiration_date": "07-Nov-2023 05:31:10",
    "auto_approval_date": "",
    "last_modified_date": "14-Nov-2022 09:21:45",
    "award_info": {
      "activity_id": "made_a_purchase",
      "points": 1000,
      "points_status": "rejected",
      "activity_name": "Purchase on website"
    },
    "id": "6368b8d6acfb697066232fb2",
    "approver_details": {
      "approver_name": "System",
      "approver_id": ""
    },
    "approved_date": "14-Nov-2022 09:19:17",
    "member_id": "john76543",
    "created_date": "07-Nov-2022 05:31:10",
    "transaction_type": "award",
    "transaction_attributes": {
      "order_total": 1000,
      "order_subtotal": 1000,
      "order_id": "7500012",
      "tags": [
        "pointsrejected",
        "rejectingpoints"
      ],
      "currency": "Dollars",
      "coupon_code": "$5OFFVYZ",
      "reason": "purchase",
      "products": [
        {
          "product_id": "1126",
          "is_excluded": false,
          "product_category": "tshirt",
          "product_url": "www.zinrelo.com/sweatshirt",
          "product_price": "15",
          "product_points_per_quantity": 15,
          "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": "Sweatshirt"
        },
        {
          "product_id": "980",
          "is_excluded": false,
          "product_category": "Sales",
          "product_url": "www.zinrelo.com/pant",
          "product_price": "10.017",
          "product_points_per_quantity": 10,
          "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": "Pant"
        }
      ],
      "coupons": "$5OFFVYZ"
    },
    "additional_data": {
      "activity_multiplier": 1,
      "history": [
        {
          "activity_multiplier": 1,
          "zrl_products": [
            {
              "category": "tshirt",
              "product_id": "112",
              "is_excluded": false,
              "title": "Sweatshirt",
              "url": "www.zinrelo.com/tshirt",
              "price": "15",
              "product_points_per_quantity": 15,
              "bonus_multiplier": 0,
              "img_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
              "quantity": "1"
            },
            {
              "category": "Sales",
              "product_id": "980",
              "is_excluded": false,
              "title": "Pant",
              "url": "www.zinrelo.com/pant",
              "price": "10.017",
              "product_points_per_quantity": 10,
              "bonus_multiplier": 0,
              "img_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
              "quantity": "2"
            }
          ],
          "current_loyalty_level_id": "zrl_silver",
          "custom_attributes": {},
          "points": 1000,
          "created_time": "2022-11-07 05:31:10.620000"
        }
      ]
    }
  },
  "success": true
}