---
title: "Move referrals to promoter"
method: POST
path: "/referrals/move_to_promoter"
tags: ["Referrals"]
---

# Move referrals to promoter

`POST /referrals/move_to_promoter`

With this endpoint you can move referrals to another promoter. 
 <Note>If there are more than __5__ ids on the __ids__ param/field, the action will be processed asynchronously. The response for the batch status will most likely be `in_progress`. The available statuses are `pending`, `in_progress`, `completed`, `failed` and `stopped`</Note> 
 <Tip>**HTTP Request** <br/>`POST https://api.firstpromoter.com/api/v2/company/referrals/move_to_promoter`</Tip>

## Headers

- `Account-ID` string, required

## Request body

- object
  - `promoter_campaign_id` integer, required — Destination promoter campaign ID
  - `move_associated_commissions` true | false — Move associated commissions
  - `ids` integer[] — Array of selected referral ids. If there are more than __5__ ids on this param/field, the action will be processed asynchronously. The response for the batch status will most likely be `in_progress`. The available statuses are `pending`, `in_progress`, `completed`, `failed` and `stopped`

## Response `200`

Batch operation completed successfully.

- object
  - `id` integer
  - `status` 'completed'
  - `total` integer
  - `selected_total` integer
  - `processed_count` integer
  - `failed_count` integer
  - `action_label` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `meta` object
  - `progress` integer
  - `processing_errors` string[]

## Other responses

- `202` — Batch operation accepted for processing
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation error

---

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