Create an export job

Request the export of payable and receivable documents with the specified statuses.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
date_fromstringRequiredformat: "date"
date_tostringRequiredformat: "date"
formatenumRequired
Allowed values:
objectslist of objectsRequired

Response

Successful Response
idstringformat: "uuid"

Errors

400
Post Data Exports Request Bad Request Error
401
Post Data Exports Request Unauthorized Error
403
Post Data Exports Request Forbidden Error
404
Post Data Exports Request Not Found Error
409
Post Data Exports Request Conflict Error
422
Post Data Exports Request Unprocessable Entity Error
429
Post Data Exports Request Too Many Requests Error