export_json

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

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

ParameterDescription

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

CodeDescription
3Parameters validation error or other types of errors.
1Invalid or obsolete request SID.
Download PDF file
Download Word document

See also