Prepare rate import
POST/rates/imports
JSON-RPC
rates.imports.prepare
The method is the first step of the import process. It adds import to the import queue and returns information about the file to be imported.
Once the import is prepared, use "Enqueue" method to start the import.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Import queue item object.
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