Depending on the requested data_type, additional documents/photos, text input, or sales data may be required.
sales_data type, detailed sales data is expected, including item descriptions, quantities, prices, and tax rates. The data has to be passed as a valid JSON object under the sales_data key of the payload.
A file object is expected for the following data_type’s: sales_invoice, purchase_invoice, claim_letter.
Files are expected to be passed in the attachments array.Basic Authentication using API key and secrets is currently the main authentication mechanism.
The id of the requested data. You can get it from the /related-data GET endpoint
Optional comment input from the user.
List of file tokens that will be uploaded as the requested-data. To generate the file tokens, use the Upload a file or Generate Documents endpoints.
Detailed sales information for each item in the shipment. Required when data_type is sales_data. Pass force parameter if sales data has a large total amount.
Bypasses the maximum invoice amount validation (5000 EUR). Only use this when strictly necessary, as the validation exists to prevent erroneous invoices.
Data was uploaded successfully.