---
title: "Add loyalty points to customer"
method: PUT
path: "/vendor/customer-relationship/{customerRelationshipId}/orgPoints"
tags: ["Customer"]
---

# Add loyalty points to customer

`PUT /vendor/customer-relationship/{customerRelationshipId}/orgPoints`

## Path parameters

- `customerRelationshipId` string, required

## Request body

- object
  - `points` number, required
  - `reason` string

## Response `200`

Successful response

- number

---

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