Returns a map {numberOfEntitiesGenerated, numberOfEntitiesGenerated}
POST
/api-v1/reconciliation-lines/upload
curl \
--request POST 'https://wyzio.app/api-v1/reconciliation-lines/upload?file=string' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"linesGenerated": [
42
],
"numberOfManualLines": 42,
"numberOfJournalEntriesGenerated": 42,
"reconcileResponse": {
"reconciledLines": [
42
],
"notReconciledLines": [
42
]
}
}