export_json

To export data to a WLP file, use the exchange/export_json method.

Copied!
svc=exchange/export_json&params={"fileName":<text>,
                 "json":{}}

This request can’t be executed simultaneously with any request from this chapter and the following requests:

Parameters

Parameter Description
fileName File name
json JSON to be exported

Response

If the request is completed successfully, a WLP file is returned. Otherwise, an error code is returned.

Error codes

Code Description
3 Parameters validation error or other types of errors.
1 Invalid or obsolete request SID.

If you find a mistake in the text, please select it and press Ctrl+Enter.