Enqueue
POST/rates/imports/:import_queue_id/enqueue
JSON-RPC
rates.imports.enqueue
This method is the second step of the import process. It puts import queue item into enqueued state and starts the import. Use "Prepare rate import" method first to create the import queue item.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
None on success. Error is raised otherwise.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred