📄️ Append Data
Append data endpoint allows you to upload your historical data to the platform.
📄️ Override Data
Override data endpoint allows you to override the historical data in your collection with new data.
📄️ Delete Data
Delete data endpoint allows you to delete the historical data in your collection. You can delete all the data for a specific
📄️ Get a Data Dump
It is possible to get a dump of the data using the endpoint /api/collection//data/{dataType}/dump.
📄️ Data Schemas
Mantissa leverages two types of historical data: purchase orders and sales orders. In this section, we provide the schema for each type of data.
📄️ Validation errors
When uploading or overriding data, it is essential that the data conform to the platform's schema. The platform performs validation on your data to ensure it meets the required format, types, and constraints. Due to the complexity of data compliance with our schemas, it is common to encounter validation errors during upload.