v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Retro Transaction

post/update

Response

200

Example response

{
  "response": {
    "status": {
      "success": true,
      "code": 200,
      "message": "Success"
    },
    "transactions": {
      "transaction": [
        {
          "customer": {
            "user_id": "564703252",
            "mobile": "919999988886",
            "firstname": "Tjuser",
            "lastname": "Eightysix",
            "email": "testusertjone@gmail.com",
            "external_id": "0000011110",
            "lifetime_points": "23009",
            "loyalty_points": "9",
            "current_slab": "Ruby",
            "tier_expiry_date": "2125-02-10 23:59:59",
            "lifetime_purchases": "164440",
            "type": "LOYALTY",
            "source": "instore"
          },
          "billing_time": "2025-04-03 09:00:15",
          "number": "test00notinterested002",
          "type": "REGULAR",
          "delivery_status": "DELIVERED",
          "old_id": 323305546,
          "old_type": "NOT_INTERESTED",
          "id": 884721874,
          "side_effects": {
            "effect": [
              {
                "type": "points",
                "awarded_points": "1"
              }
            ]
          },
          "item_status": {
            "success": "true",
            "code": 1630,
            "message": "Transaction retrospectively marked REGULAR, Transaction added successfully"
          }
        }
      ]
    }
  }
}