Post FX transactionsAsk AIpost https://www.bankingcircleconnect.com/api/v2/fx/transactionsBody ParamspageNumberint321 to 2147483647Defaults to 1Number pages returned. Defaults to 1 if not specified. PageNumber and PageSize details the pagination information Condition: Valid page number (1 to n)pageSizeint321 to 5000Defaults to 50Number of items returned per page. Defaults to 50 if not specified. Condition: Required - Larger than zeroaccountIdarray of uuids | nullAccount Id Criteria: Exact match any of ForeignExchange.SoldAccountId ForeignExchange.BoughtAccountId accountIdADD uuidclientOrderIdstring | nullYour reference used when booking a Banking Circle FX trade Criteria: Exact match of ForeignExchange.ClientOrderIdbankingCircleRefstring | nullBanking Circle's unique reference Criteria: Exact match of ForeignExchange.BankingCircleReftransactionStatusarray of strings | nullFilter based on current status of your transactionstransactionStatusADD stringtradeDatedate-time | nullFilter based on the trade execution date. Show only transactions on or after this date. Format: ISO 8601 | YYYY-MM-DDtradeDateTodate-time | nullFilter based on the trade execution date. Show only transactions with trade date until and including this date. Format: ISO 8601 | YYYY-MM-DDvalueDatedate-time | nullFilter based on the trade value. Show only transactions with value date on or after this date Format: ISO 8601 | YYYY-MM-DDvalueDateTodate-time | nullFilter based on the trade value. Show only transactions with value date until and including this date. Format: ISO 8601 | YYYY-MM-DDcurrenciesarray of strings | nullFilter based on currencies. Accepts multiple currencies using the and separator in the path.currenciesADD stringamountdouble | nullFilter based on the amount. Show only amounts equal or exceeding this value.customerIdarray of strings | nullOptional Banking Circle Customer Id in case you have multiple legal entities and want to narrow the searchcustomerIdADD stringResponses 200OK 400Bad Request 403Forbidden 404Not Found 500Internal Server ErrorUpdated 7 months ago