Upload reconciliation file
Returns a map {numberOfEntitiesGenerated, numberOfEntitiesGenerated}
Headers
-
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
Query parameters
-
Values are
CONTEXT_ROOT
,DEFAULT
,EXACT
,EXTENSION
, orPATH
. -
Values are
GET
,HEAD
,POST
,PUT
,PATCH
,DELETE
,OPTIONS
, orTRACE
. -
Values are
GET
,HEAD
,POST
,PUT
,PATCH
,DELETE
,OPTIONS
, orTRACE
. -
Values are
GET
,HEAD
,POST
,PUT
,PATCH
,DELETE
,OPTIONS
, orTRACE
. -
Values are
GET
,HEAD
,POST
,PUT
,PATCH
,DELETE
,OPTIONS
, orTRACE
.
POST
/api-v1/reconciliation-lines/upload
curl \
--request POST 'https://wyzio.app/api-v1/reconciliation-lines/upload' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
{
"linesGenerated": [
42
],
"numberOfJournalEntriesGenerated": 42,
"numberOfManualLines": 42,
"reconcileResponse": {
"notReconciledLines": [
42
],
"reconciledLines": [
42
]
}
}