Skip to main content

Generate Accounting Agreement Type 25 Report

GenerateAccountingAgreementType25Report

This method returns an accounting statement report for agreement type 25 (account credit).


Input

AccountingAgreementType25ReportRequest

FieldRTypeDescription
ClientId*LongThe ID of the client.
FromDate*DateTimeThe starting date. Only the date part is evaluated.
ToDate*DateTimeThe ending date. Only the date part is evaluated. This date is inclusive, meaning: 2017-05-05 will include transactions made on that day.

Output

AccountingAgreementType25ReportResponse

FieldRTypeDescription
Rows-List of AccountingAgreementType25ReportDataRowRows containing the report information.
Summations-List of AccountingAgreementType25SummationRows containing the summation of the above data rows.

Structures

AccountingAgreementType25ReportDataRow

FieldRTypeDescription
AccountNumber-intThe account number.
Name-stringThe customer name.
TransactionDate-DateTimeThe date of the transaction.
Amount-decimal(10,2)The amount.
AdministrationFee-decimal(10,2)The administration fee amount.
PaidAmount-decimal(10,2)The amount paid to the client.
ReferenceNumber-stringThe order number.

AccountingAgreementType25Summation

FieldRTypeDescription
TransactionDate-DateTimeThe date of the transaction.
ClientId-longThe ID of the client.
RowNumber-intThe row number.
Id-intThe row identity.
Description-stringThe description.
Quantity-intThe quantity.
Debit-decimal(10,2)The debit amount.
Credit-decimal(10,2)The credit amount.