Updates or creates spare parts by providing a CSV file.
Existing spare parts are identified through their code: the rows whose code already exists update the corresponding definition, while all the other ones create a new spare-part.
The expected format is the one produced by the export API, and the response reports the outcome of the import.
The name of the tenant (e.g. acme).
The CSV holding the spare parts definition to import.
The CSV file with this header: Name,Code,Category,Description,Technical Description,Image Urls,Name[<LANG>],Description[<LANG>]
Successfully imported.
The operation result.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.