Registers things which can be then activated by end-users.
The things are created in the DPS from a CSV file carrying their serial numbers, names, product models and custom properties, but they are not assigned to a customer yet: the assignment happens later, when the end-user activates the product.
This is the endpoint to integrate with the production line or the ERP, in order to register the products as soon as they are manufactured or shipped.
Required permissions: REGISTER_THING.
The name of the tenant (e.g. acme).
The serial-numbers and properties of the things being registered.
The CSV file with this header:serialNumber,name,productModelName,parentThingSerialNumber,productModelPartName,properties.foo,properties.bar
For more details, see the Product Registration article.
Successfully registered.
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.