---
title: "Create an approval"
method: POST
path: "/rest/api/v1/accounts/{accountId}/approvals"
tags: ["Account API"]
---

# Create an approval

`POST /rest/api/v1/accounts/{accountId}/approvals`

## Path parameters

- `accountId` string, uuid, required

## Request body

- ApprovalDTO
  - `accountFromId` string, uuid, required — The account UUID
  - `ticket` integer, required — The ticket number of the position
  - `volume` number — You can override the volume (lots). If not specified, it will use the lot size specified by the copier

## Response `204`

No Content

---

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