Available Routes
| get |
{API Key}/v2/bankaccounts |
Data Format
| Bank Accounts |
| v2 Field Name |
Values |
Type |
Description |
| BankAccountId |
Number |
|
Unique ID for Bank Account (B4T Generated) |
| BankAccountName |
Text |
|
Name of Bank Account |
| BankAccountStatus |
Text |
Active InActive |
Status of Account In B4T |
| CreatedById |
Number |
|
ID of user in B4T (B4T Generated) |
| CreatedByName |
Text |
|
Name of User in B4T |
| CreatedDate |
DateTime |
|
Created Date and time of Bank Account in B4t |
| B4tPaymentsStatus |
Text |
Active InActive |
Status of B4TP Account In B4T |
| B4tPaymentsAccountType |
Text |
OPERATING TRUST |
Type of B4TP bank account |
| IsDefault |
Text |
True False |
Designates if the account is set as default |
| IsVoidedCheckUploaded |
Text |
True False |
Designates if the voiced check is loaded |
| B4tPaymentsAccountClass |
Text |
Checking Savings |
Type of Bank account for B4TP |
| Last4 |
Number |
|
Last four digits of bank account |
| B4tPaymentsUpdatedAt |
DateTime |
|
Record of date and time last update was completed |
Usage Examples
Find all records with bank accounts
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/bankaccounts
Find trust record with id = 457
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v1/bankaccounts?$filter=id eq 457
Find all records created on or after January 1st, 2017
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v1/bankaccounts?$filter=dateCreated ge '2017-01-01'
Comments
0 comments
Please sign in to leave a comment.