SAF-T

Export Saft

get/api/export_saft.json

Query parameters

api_keystring required
Example:YOUR_API_KEY

Your API Key.

monthstring required

The month for which you want to generate the SAF-T.

yearstring required

The year for which you want to generate the SAF-T.

Click to expand options.

{
  "month": "10",
  "year": "2017"
}

Response

SUCCESS

Urlstring

Link to download your SAF-T file. Absent when there are no documents to export in the selected period — see message instead.

messagestring

Present instead of Url when there are no documents to export in the selected period.

Example response

{
  "Url": "https://some.url",
  "message": "There aren't any documents to export on the selected period."
}

Changes