| API | Path |
|---|---|
| vendorBankAccounts | businesscentralPrefix/softera/softeraEInvoice/v2.0/companies({{companyId}})/vendorBankAccounts |
Methods
| Method | Return Type | Description |
|---|---|---|
| GET vendorBankAccount | vendorBankAccount | Gets a vendor Bank Account object. |
| POST vendorBankAccount | vendorBankAccount | Creates a vendor bank account object. |
| PATCH vendorBankAccount | vendorBankAccount | Updates a vendor bank account object. |
| DELETE vendorBankAccount | none | Deletes a vendor bank account object. |
Fields
| Name | Type | MaxLength | Description |
|---|---|---|---|
| id | Guid | ||
| vendorNumber | String | 20 | |
| code | String | 20 | |
| displayName | String | 100 | |
| bankAccountNumber | String | 30 | |
| swiftCode | String | 20 | |
| iban | String | 50 | |
| currencyCode | String | 10 | |
| lastModifiedDateTime | DateTimeOffset |