---
title: "Update Loyalty Program Points for a client"
method: POST
path: "/loyalty_program_points"
tags: ["Loyalty Program Points"]
---

# Update Loyalty Program Points for a client

`POST /loyalty_program_points`

returns loyalty program points for a client sent in the request

## Query parameters

- `employee_id` integer
- `client_id` integer, required
- `points` integer, required

## Headers

- `X-Subdomain` string

## Response `200`

Updates the point balance for a given client with an amount of points +/-

- unknown

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

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