---
title: "Submit Transfers"
method: POST
path: "/fa/model/submit-transfers"
tags: ["tradingFaAllocationManagement"]
---

# Submit Transfers

`POST /fa/model/submit-transfers`

Submit all pending orders to the models. This is similar to the Model page's Submit All Orders selection.

## Request body

- object
  - `reqID` integer — Request identifier to uniquely track a request.
  - `fpOrderId` integer — Order identifier to monitor the order transmissions. Will be set to a valid id if and only if any transfers are present in the response. Otherwise, -1 is returned.

## Response `200`

Successfully transmit all orders.

- TradingFAAllocationManagementSubmitModelOrdersResponse200
  - `reqID` integer — Request identifier to uniquely track a request.
  - `success` boolean — Signifies that the request was successfully submitted.

## Other responses

- `401` — Missing, invalid, or unparseable Authorization token.
- `500` — internal server error, returned when incoming request cannot be processed. It can sometimes include subset of bad requests. For example, wrong accountId passed and it can only be detected later in handling request. Error contains reason of the problem.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

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