Id |
id |
globally unique string that identifies the record.
|
OwnerId |
c2g.CODAAPICommon.Reference |
id of the user who owns this record.
|
IsDeleted |
boolean |
indicates whether the record has been moved to the recycle bin (true) or not (false).
|
Name |
string |
unique number allocated to this cash entry.
|
CreatedDate |
datetime |
date and time when this record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
id of the user who created this record.
|
LastModifiedDate |
datetime |
date and time when this record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
id of the user who last updated this record.
|
SystemModstamp |
datetime |
date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
AccountDimension1 |
c2g.CODAAPICommon.Reference |
reference to the dimension 1 record by which you want to analyze the cash entry for this account.
|
AccountDimension2 |
c2g.CODAAPICommon.Reference |
reference to the dimension 2 record by which you want to analyze the cash entry for this account.
|
AccountDimension3 |
c2g.CODAAPICommon.Reference |
reference to the dimension 3 record by which you want to analyze the cash entry for this account.
|
AccountDimension4 |
c2g.CODAAPICommon.Reference |
reference to the dimension 4 record by which you want to analyze the cash entry for this account.
|
Account |
c2g.CODAAPICommon.Reference |
reference to the related account.
|
BankAccountCurrency |
string |
reference to the currency of the related company bank account. mandatory.
|
BankAccountDimension1 |
c2g.CODAAPICommon.Reference |
reference to the dimension 1 record by which you want to analyze the cash entry for this bank account.
|
BankAccountDimension2 |
c2g.CODAAPICommon.Reference |
reference to the dimension 2 record by which you want to analyze the cash entry for this bank account.
|
BankAccountDimension3 |
c2g.CODAAPICommon.Reference |
reference to the dimension 3 record by which you want to analyze the cash entry for this bank account.
|
BankAccountDimension4 |
c2g.CODAAPICommon.Reference |
reference to the dimension 4 record by which you want to analyze the cash entry for this bank account.
|
BankAccountValue |
decimal |
amount of cash received or refunded in bank account currency.
|
BankAccount |
c2g.CODAAPICommon.Reference |
reference to the company bank account affected by this movement of funds. mandatory.
|
CashEntryCurrency |
c2g.CODAAPICommon.Reference |
reference to the accounting currency in which this cash was received. mandatory.
|
CashEntryRate |
decimal |
the exchange rate for document to home currency.
|
ChargesAmount |
decimal |
value of bank charges.
|
ChargesGLADimension1 |
c2g.CODAAPICommon.Reference |
reference to the dimension 1 record by which you want to analyze the cash entry for these bank charges.
|
ChargesGLADimension2 |
c2g.CODAAPICommon.Reference |
reference to the dimension 2 record by which you want to analyze the cash entry for these bank charges.
|
ChargesGLADimension3 |
c2g.CODAAPICommon.Reference |
reference to the dimension 3 record by which you want to analyze the cash entry for these bank charges.
|
ChargesGLADimension4 |
c2g.CODAAPICommon.Reference |
reference to the dimension 4 record by which you want to analyze the cash entry for these bank charges.
|
ChargesGLA |
c2g.CODAAPICommon.Reference |
reference to the general ledger account used to record bank charges or handling fees for this cash entry.
|
ChargesLocalGLA |
c2g.CODAAPICommon.Reference |
reference to the local general ledger account mapped to general ledger account through coa.
|
DateValue |
date |
date of the cash entry. mandatory.
|
Description |
string |
description of the cash entry.
|
DiscardReason |
string |
reason this document was discarded.
|
DualRate |
decimal |
the exchange rate for home to dual currency.
|
LineCharges |
decimal |
sum of the amounts in the line charges column, in bank account currency.
|
NetBanked |
decimal |
amount of cash received, refunded or paid out, after bank charges, in cash entry currency.
|
NetValue |
decimal |
amount of cash received, refunded or paid out, after bank charges, in bank account currency.
|
OwnerCompany |
c2g.CODAAPICommon.Reference |
company to which this document belongs.
|
PaymentMethod |
string |
user-defined method of payment. mandatory.
|
PaymentNumber |
c2g.CODAAPICommon.Reference |
reference to the originating payment if this cash entry was generated during a payment process. blank if this cash entry was manually created.
|
Period |
c2g.CODAAPICommon.Reference |
reference to the account period in which this document falls. mandatory.
|
Reference |
string |
any significant reference from the cash entry, such as a deposit slip number.
|
Status |
c2g.CODAAPICashEntryTypes_7_0.enumStatus |
current status of this cash entry. mandatory.
|
TotalCharges |
decimal |
sum of all line charges, plus any one-off, flat fee bank charges.
|
TransactionRef |
c2g.CODAAPICommon.Reference |
reference to the related transaction.
|
TypeRef |
c2g.CODAAPICashEntryTypes_7_0.enumType |
type of document. mandatory.
|
Value |
decimal |
amount of cash received or refunded in home currency. mandatory.
|
Year |
string |
name of the year.
|
LineItems |
c2g.CODAAPICashEntryLineItemTypes_7_0.CashEntryLineItems |
list of associated line items.
|