{
"ledgers": {
"ledgerIdentifier": "abc-123-def-456",
"companyIdentifier": "123456-7",
"documentType": "ML",
"documentName": "1001",
"documentDate": "2025-12-13",
"documentDescription": "Here comes the description, max 210 chars long",
"calculationMode": "GROSS",
"ledgerRows": [
{
"bookingDate": "2025-12-12",
"accountNumber": "1701",
"vatAccountNumber": null,
"vatType": null,
"vatPercentage": 0,
"vatCode": "",
"amount": 2990.0,
"netAmount": 2990.0,
"isVatRow": 0,
"projectNumber": "PN12345",
"transactionType": null,
"transactionDescription": "1763",
"ledgerDimensions": [
{
"dimensionType": "COST_CENTER",
"dimensionValue": "1000"
}
]
},
{
"bookingDate": "2025-12-12",
"accountNumber": "3000",
"vatAccountNumber": null,
"vatType": null,
"vatPercentage": 25.5,
"vatCode": "20",
"amount": -2990.0,
"netAmount": -2382.47,
"isVatRow": 0,
"projectNumber": "PN12345",
"transactionType": null,
"transactionDescription": "1763",
"ledgerDimensions": []
},
{
"bookingDate": "2025-12-12",
"accountNumber": "2939",
"vatAccountNumber": null,
"vatType": null,
"vatPercentage": 0,
"vatCode": "",
"amount": -607.53,
"netAmount": -607.53,
"isVatRow": 1,
"projectNumber": "PN12345",
"transactionType": null,
"transactionDescription": "1763",
"ledgerDimensions": []
}
]
}
}