Description
Deposit to a bank record. Click Deposits for more information.
Resource Overview
| Endpoint | Definition |
| GET/BankDeposits | Retrieve a list of information related to bank deposits |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| AccountingMessage | represents a message generated by the accounting system to help identify integration issues | string | Max Length: 2147483647 |
| BankDepositID | unique identifier for bank deposit | integer(int32) | |
| BranchID | unique identifier for a branch | integer(int32) | |
| BranchName | a descriptive title given to a branch | string | Max Length: 50 |
| CreatedByUserID | unique identifier of the bank deposit creator | string | |
| CreatedByUserName | full name of the bank deposit creator | string | Max Length: 101 |
| DateSentToAccounting | date the bank deposit is sent to the accounting system | DateTime | |
| DepositAmount | the total amount of the bank deposit | number(double) | Max Length:101 |
| DepositDate | date bank deposit is sent to the accounting system | DateTime | |
| DepositStatus | stage of deposit Max Length: 50 "New" status - bank deposit initial creation "Sent" status - bank deposit is sent to an accounting system | string | |
| ResetToNewDate | new date set for a sent bank deposit reset to draft status | DateTime | |
| ResetToNewUserID | unique identifier of the user who reset the status of the bank deposit to "draft" | integer(int32) | |
| ResetToNewUserName | full name of the user who reset sent bank deposit to "draft" status | string | Max Length: 101 |
| SentToAccountingUserID | unique identifier of the user who sent a bank deposit to an accounting system | integer(int32) | |
| SentToAccountingUserName | full name of user who sent bank deposit to an accounting system | string | Max Length: 101 |