v1

latestOpenAPI 3.0.12026-07-2487164202.8 KB
Create an Application

Submit JSON bank statements.

post/Leads/{leadId}/bankstatements

Path parameters

leadIdstring uuid required

The lead id .

Headers

api-versionstring

Request body

namestring required

Gets or sets the Account Name.

currencystring required

Gets or sets the Currency.

accountNostring nullable

Gets or sets the Account Number. Required if Iban is null.

sortCodestring nullable

Gets or sets the Sort Code. Required if Iban is null.

ibanstring nullable

Gets or sets the Iban. Required if Account Number is null.

bicstring nullable

Gets or sets the Swift Code. Required if Account Number is null.

institutionNamestring nullable

Gets or sets the Institution Name.

startingBalancenumber double nullable

Gets or sets the Starting Balance.

Response

OK