---
title: "POST /v1/SalesForce/BulkFinancialAccounts"
method: POST
path: "/v1/SalesForce/BulkFinancialAccounts"
tags: ["SalesForce"]
---

# POST /v1/SalesForce/BulkFinancialAccounts

`POST /v1/SalesForce/BulkFinancialAccounts`

## Request body

- AdaptekApiApplicationSalesforceFinancialAccountCommandsUpsertBulkFinancialAccountsCommand
  - `financialAccounts` AdaptekApiApplicationSalesforceFinancialAccountFinancialAccountDto[], nullable
    - `accountId` integer, nullable
    - `salesforceAccountId` string, nullable
    - `accountName` string, nullable
    - `ownerId` integer
    - `jointOwnerId` integer, nullable
    - `agentId` integer
    - `recordType` string, nullable
    - `taxType` string, nullable
    - `productType` string, nullable
    - `issueDate` string, date-time, nullable
    - `currentValue` number, double
    - `valueDate` string, date-time, nullable
    - `surrenderValue` number, double, nullable
    - `incomeRiderValue` number, double, nullable
    - `deathBenefitValue` number, double, nullable
    - `costBasis` number, double, nullable
    - `isDeleted` boolean
    - `source` string, nullable
    - `isManualEntry` boolean

## Response `200`

Financial Accounts sync was successful

- AdaptekApiApplicationSalesforceFinancialAccountCommandsUpsertBulkFinancialAccountsResponse[]
  - `accountId` integer
  - `salesforceAccountId` string, nullable
  - `isSuccessful` boolean
  - `errorMessage` string, nullable

## Other responses

- `400` — Invalid request

---

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