# Funding Account Type ## Create FundingAccountType - [POST /funding-account-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/createfundingaccounttype.md): Creates a new FundingAccountType ## List FundingAccountType - [GET /funding-account-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/listfundingaccounttype.md): Lists all FundingAccountType ## Get FundingAccountType - [GET /funding-account-types/{accountType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/getfundingaccounttype.md): Gets FundingAccountType ## Update FundingAccountType - [PUT /funding-account-types/{accountType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/updatefundingaccounttype.md): Updates a specific FundingAccountType. ## Delete FundingAccountType - [DELETE /funding-account-types/{accountType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/deletefundingaccounttype.md): Deletes an FundingAccountType ## Create or Update Batch FundingAccountType - [PUT /funding-account-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-account-type/updatebatchfundingaccounttype.md): Create or Update multiple FundingAccountType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.