---
title: "Deduct Points and Alternate Currencies from user group"
method: POST
path: "/v2/userGroup2/negativePointsAdjustment"
---

# Deduct Points and Alternate Currencies from user group

`POST /v2/userGroup2/negativePointsAdjustment`

## Query parameters

- `id` integer
- `externalId` string
- `primaryUserId` integer
- `primaryUserIdentifierType` string
- `primaryUserIdentifierValue` string
- `primaryUserSource` string
- `primaryUserAccountId` string

## Headers

- `Authorization` string
- `X-CAP-API-OAUTH-TOKEN` string

## Request body

- object
  - `pointsToBeAdjusted` string, required
  - `reasonOfReturn` string, required
  - `programId` integer
  - `valueToBeAdjusted` string
  - `alternateCurrencyName` string
  - `pointCategoryTypes` 'REGULAR' | 'PROMISED' | 'EXTERNAL_TRIGGER_BASED'
  - `pointsAwardedId` integer
  - `pointsAwardedRefType` 'bill_regular' | 'bill_promotions' | 'line_item_regular' | 'line_item_promotions' | 'customer_promotions'
  - `promotionId` integer
  - `promotionIdentifier` string

## Response `200`

Successful response

---

[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)
