---
title: "Retro Transaction"
method: POST
path: "/update"
---

# Retro Transaction

`POST /update`

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` boolean
      - `code` integer
      - `message` string
    - `transactions` object
      - `transaction` object[]
        - `customer` object
          - `user_id` string
          - `mobile` string
          - `firstname` string
          - `lastname` string
          - `email` string
          - `external_id` string
          - `lifetime_points` string
          - `loyalty_points` string
          - `current_slab` string
          - `tier_expiry_date` string
          - `lifetime_purchases` string
          - `type` string
          - `source` string
        - `billing_time` string
        - `number` string
        - `type` string
        - `delivery_status` string
        - `old_id` integer
        - `old_type` string
        - `id` integer
        - `side_effects` object
          - `effect` object[]
            - `type` string
            - `awarded_points` string
        - `item_status` object
          - `success` string
          - `code` integer
          - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
