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) | |
| BrandCode | code identifier for the associated branch | string | Max Length: 6, Nullable |
| BranchID | unique identifier for a branch | integer(int32) | |
| BranchName | a descriptive title for 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: "New" status - bank deposit initial creation "Sent" status - bank deposit is sent to accounting system | string | Max Length: 50 |
| 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 the accounting system | integer(int32) | |
| SentToAccountingUserName | full name of the user who sent the bank deposit to the accounting system | string | Max Length: 101 |