Import CSV file
This request starts a CSV import of the provided zip file and returns an identifier to request the status of the import
The file should be uploaded as a binary, a file name should be inserted in the request path.
Resource
POST /import/csv/<filename>
Parameters
None
Payload
The binary zip file
Response
Object Response < string >
Context
| Authorization |
Administrator |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/import/csv/filename
Payload
import.zip
Response
{
"object": "88aa102667d840419"
}