GET api/BankAccounts/{CustomerCode}/{CustomerBankCode}/Name?Name={Name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerCode

string

Required

CustomerBankCode

string

Required

Name

string

Required

Body Parameters

None.

Response Information

Resource Description

BankAccount
NameDescriptionTypeAdditional information
CustomerCode

string

None.

CustomerBankCode

string

None.

Name

string

None.

AccountNumber

string

None.

IBANAccountCountryCode

string

None.

BIC

string

None.

InsUpdDate

date

None.

EmployeeID

string

None.

BANKAccountModel

string

None.

BANKAccountReference

string

None.

Description

string

None.

Active

boolean

None.

Default

boolean

None.

SDDAgreementName

string

None.

SDDAgreementDate

date

None.

SDDDayOfDebit

integer

None.

SDDInvoicing

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<BankAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerCode>sample string 1</CustomerCode>
  <CustomerBankCode>sample string 2</CustomerBankCode>
  <Name>sample string 3</Name>
  <AccountNumber>sample string 4</AccountNumber>
  <IBANAccountCountryCode>sample string 5</IBANAccountCountryCode>
  <BIC>sample string 6</BIC>
  <InsUpdDate>2024-03-28T12:28:02.6537468+01:00</InsUpdDate>
  <EmployeeID>sample string 7</EmployeeID>
  <BANKAccountModel>sample string 8</BANKAccountModel>
  <BANKAccountReference>sample string 9</BANKAccountReference>
  <Description>sample string 10</Description>
  <Active>true</Active>
  <Default>true</Default>
  <SDDAgreementName>sample string 11</SDDAgreementName>
  <SDDAgreementDate>2024-03-28T12:28:02.6537468+01:00</SDDAgreementDate>
  <SDDDayOfDebit>12</SDDDayOfDebit>
  <SDDInvoicing>true</SDDInvoicing>
</BankAccount>