API (v1.0)

Documents

List GET

Returns a list of existing documents that may be filtered using store_id, register_id, type and date (using since and until). Please take a look at the Requests page of this documentation to learn how to use pagination parameters.


Example with mandatory parameters

Example with all allowed parameters

Request

Response

Detail GET

Returns all information about a specific document. To obtain a pdf version, just add .pdf extension to the document's id.


Example with mandatory parameters

Example with all allowed parameters

Request

Response

Create POST

Creates a new document. The only mandatory parameter is items. For each item, you must send at least its qty, along with id (or reference). If it is a new product, it will be created.
Likewise, if client does not exist, it will be added. Also regarding client, you don't have to send this parameter if you dont have his fiscal_id, and you should NEVER send fiscal_id as 999999990.


Example with all allowed parameters

Request

Response

Update PATCH

Example with all allowed parameters

Request

Response