---
title: "Create Transaction Split"
method: POST
path: "/business/v2/transactions/{transactionId}/split"
tags: ["Transaction Split"]
---

# Create Transaction Split

`POST /business/v2/transactions/{transactionId}/split`

Endpoint to split a `Transaction`.

## Path parameters

- `transactionId` string, required — The `Transaction` ID.

## Request body

- CreateTransactionSplit — Create `Transaction` split JSON parameters.
  - `split_transactions` SplitTransaction[], required
    - `amount` number, required — The amount of the `SplitTransaction` line.
    - `expense_type` 'COMPANY' | 'PERSONAL' | 'TRAVEL_AND_ENTERTAINMENT'
    - `user_id` string — The ID of the `User` assigned to the `SplitTransaction` line.
    - `expense_category_id` string — The expense category of the `SplitTransaction` line.
    - `tax_rate_id` string — The ID of VAT Rate of the `SplitTransaction` line.
    - `tags` SplitTag[] — The IDs of the `Tag` and related `Dictionary` to be assigned to a `SplitTransaction` line.
      - `tag_id` string — The `Tags` of the `SplitTransaction`.
      - `dictionary_id` string — The `dictionaryId` of the `Tag` of the `SplitTransaction`.

## Response `204`

No content as result.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
