Start bulk operation
POST/api/v2/microservices/bulk/task
Updates or uploads objects in bulk in asynchronous way. Supports a set of objects types that can have the operation executed against.
Request
Responses
- 200
Returns unique identifier of the task that has been created to process the upload.
To retrieve the state of the task a data request can be used /api/v2/microservices/get?model=bulktask&id={{bulk_task_id}}