Bank Deposits

Prev Next

Description 

 Deposit to a bank record. Click Deposits for more information. 

Resource Overview 

Endpoint Definition 
GET/BankDepositsRetrieve a list of information related to bank deposits

Attributes

Attribute
Description
Data Type
Notes 
AccountingMessagerepresents 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
stringMax Length: 6, Nullable
BranchID
unique identifier for a branchinteger(int32)
BranchName
a descriptive title for a branchstring

Max Length: 50 
CreatedByUserID
unique identifier of the bank deposit creatorstring
CreatedByUserName
full name of the bank deposit creatorstringMax 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 
stringMax Length: 50

ResetToNewDate
new date set for a sent bank deposit reset to draft statusDateTime
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" statusstringMax Length: 101 
SentToAccountingUserID
unique identifier of the user who sent a bank deposit to the accounting system integer(int32)
SentToAccountingUserNamefull name of the user who sent the bank deposit to the accounting system stringMax Length: 101