---
title: "Transfer a group profile balance to an AR ledger"
method: POST
path: "/accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/group-profile/{groupProfileId}/balance-transfer"
tags: ["Accounts Receivable Ledger"]
---

# Transfer a group profile balance to an AR ledger

`POST /accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/group-profile/{groupProfileId}/balance-transfer`

Transfer the outstanding balance of a group profile to an accounts receivable (AR) ledger. You can optionally specify a folio ID to transfer the balance from a specific folio within the group profile. This operation is processed asynchronously; the response includes an event ID you can use to track the result.

## Path parameters

- `accountsReceivableLedgerId` integer, required
- `groupProfileId` integer, required

## Headers

- `X-Property-ID` integer, required

## Request body

- PostGroupProfileBalanceTransferRequest
  - `folioId` integer — Group profile folio ID

## Response `200`

OK

- AsyncEventResponse
  - `eventId` string — Id of event which will be processed asynchronous.

## Other responses

- `400` — Bad Request
- `404` — Not found

---

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