v1
latestOpenAPI 3.1.02026-07-241210356.3 KBInvoice+ - Misc
Get movements report
This endpoint allows you to request document movements report according to various formats, as specified above. Please, note, however, that this action does not return the requested resource. The export operation is asynchronous, and so upon successful response from this endpoint, and upon completion of the requested operation, expect a callback request to the specified url with the requested resource
post/delayed_jobs/create_new_job/MovementsJournal
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Example request
{
"exportUsers": true,
"callback": {
"url": "https://www.example.com",
"method": "POST"
}
}Response
200
Example response
[
{
"code": "inv_proforma",
"type_code": 300
}
]