Postgljournalentriesdto
Represents the information to create general ledger journal entries.
The ID of the assigned branch for the journal entries.
credits object[]
The list of general ledger accounts to be credited with corresponding amounts.
The amount which was debited or credited.
Represents the general ledger account code of the the general ledger account that was debited or credited.
The date and time when the general ledger journal entries were recorded, also known as the booking date.
2016-09-06T13:37:50+03:00debits object[]
The list of general ledger accounts to be debited with corresponding amounts.
The amount which was debited or credited.
Represents the general ledger account code of the the general ledger account that was debited or credited.
The notes entered when the journal entry was posted.
A non-unique trasanction ID. This will be autogenerated if an ID is not provided.
{
"branchId": "string",
"credits": [
{
"amount": 0,
"glAccount": "string"
}
],
"date": "2016-09-06T13:37:50+03:00",
"debits": [
{
"amount": 0,
"glAccount": "string"
}
],
"notes": "string",
"transactionId": "string"
}