AccountingMovementSession
Represents a posted accounting transaction
idinteger<int64>
Unique identifier
Example:
897654operationCodestring
Operation Code
Example:
110869accountingDatestring<date-time>
Accounting Date
Example:
2022-02-09T23:00:00ZoperationDatestring<date-time>
Transaction Date
Example:
2022-02-09T23:00:00ZformattedOperationDatestring
Formatted Operation Date
Example:
10-02-2022valueDatestring<date-time>
Value Date
Example:
2022-02-20T23:00:00ZformattedValueDatestring
Formatted Value Date
Example:
21-02-2022currencystring
Currency Code
Example:
788movementIdentifierstring
Movement Unique Identifier
Example:
MVT7657784labelstring
Transaction Description
Example:
VERSEMENT ESPECE DEPLACEadditionalDescriptionstring
Additional Description
intermediateBalancenumber
Intermediate Balance
formattedIntermediateBalancestring
Formatted Intermediate Balance
Example:
?amountnumber
Transaction Amount
Example:
300transactionDirectionstring
Transaction Direction
Possible values: [C, D]
Example:
CaccountingMovementEntries object[]
List of Accounting Movement Entries
Array [
movementIdinteger<int64>
Unique identifier for the movement
Example:
12345movementNaturestring
Nature of the financial movement
Example:
CREDITmovementDescriptionstring
Descriptive label for the movement
Example:
Salary payment]
openingBalancenumber
Opening Balance
closingBalancenumber
Closing Balance
debitAmountnumber
Debit Amount
formattedDebitAmountstring
Formatted Debit Amount
creditAmountnumber
Credit Amount
Example:
300formattedCreditAmountstring
Formatted Credit Amount
Example:
300,000AccountingMovementSession
{
"id": 897654,
"operationCode": "110869",
"accountingDate": "2022-02-09T23:00:00Z",
"operationDate": "2022-02-09T23:00:00Z",
"formattedOperationDate": "10-02-2022",
"valueDate": "2022-02-20T23:00:00Z",
"formattedValueDate": "21-02-2022",
"currency": "788",
"movementIdentifier": "MVT7657784",
"label": "VERSEMENT ESPECE DEPLACE",
"additionalDescription": "string",
"intermediateBalance": 0,
"formattedIntermediateBalance": "?",
"amount": 300,
"transactionDirection": "C",
"accountingMovementEntries": [
{
"movementId": 12345,
"movementNature": "CREDIT",
"movementDescription": "Salary payment"
}
],
"openingBalance": 0,
"closingBalance": 0,
"debitAmount": 0,
"formattedDebitAmount": "string",
"creditAmount": 300,
"formattedCreditAmount": "300,000"
}