Getting Files
Retrieving original files or status files
Through the API it is possible to retrieve the original files, PDFs, attachments and everything which is saved under an FileID. The file IDs can be found under the order objects. Using the correct RegistrationID and FileID combination will then allow you to retrieve the files.
Endpoint Details
- HTTP Method: GET
- Endpoint: `Host + "/v1/einvoices/registrations/{registrationID}/files/{fileID}"
Updated 10 months ago