---
title: "Transfers specified AFTs to the specified project"
method: POST
path: "/api/v3/account/account_form_templates/transfer"
tags: ["account form templates"]
---

# Transfers specified AFTs to the specified project

`POST /api/v3/account/account_form_templates/transfer`

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- AccountFormTemplateTransferInput — Schema for transferring AFTs to a project.
  - `account_form_template_ids` string[], required — List of AFT ids that will be transferred to the project.
  - `project_id` string, uuid, required — ID of the project

## Response `202`

Successful transfer response

- AccountFormTemplateTransferResponse — Schema for response of transferring Account Form Template to Project
  - `jid` string, required — A unique ID to poll with until the job finishes

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
