---
title: "Deduct points and alternate currencies from user"
method: POST
path: "/customers/lookup/negativePointsAdjustment"
---

# Deduct points and alternate currencies from user

`POST /customers/lookup/negativePointsAdjustment`

## Query parameters

- `identifierName` 'serId' | 'externalId' | 'mobile', required
- `identifierValue` string, required
- `source` 'INSTORE' | 'WEB_ENGAGE' | 'WECHAT', required

## Request body

- object
  - `pointsToBeAdjusted` integer, required — Points to be deducted for the user. Provide a value greater than 0. This is applicable for points.
  - `programId` integer — Unique ID of the loyalty program to associate with the promotion.
  - `reasonOfReturn` string, required — Enter the reason for the return of the points.
  - `promotionId` integer — Unique identifier for the promotion
  - `promotionIdentifier` string — Identifier for the promotion.
  - `pointsAwardedRefType` 'Reference type for points awarded.' — bill_regular, bill_promotions, line_item_regular, line_item_promotions, customer_promotions
  - `pointsAwardedId` integer — Unique ID of the awarded points.
  - `alternateCurrencyName` string — Unique name of the alternate currency.
  - `pointCategoryTypes` 'REGULAR' | 'PROMISED' | 'EXTERNAL_TRIGGER_BASED' — Points category to deduct for the user.
  - `valueToBeAdjusted` integer — Alternate currencies to be deducted for the user. Provide a value greater than 0. This is applicable for alternate currencies. Provide the `alternateCurrencyName` when using this parameter.

## Response `200`

200

- union
  - object
    - `status` string
    - `pointsAvailable` string
    - `message` string
    - `warnings` unknown[]
      - unknown
  - object
    - `status` string
    - `valueAvailable` string
    - `message` string
    - `warnings` unknown[]
      - unknown

---

[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/revisions/de241f2ed9b3/schema)
