get_attachment

To get an attached file, use order/get_attachment:

Copied!
svc=order/get_attachment&params={"itemId":<long>,
				 "id":<long>,
				 "path":"<text>"}

Parameters

NameDescription

itemId

Resource ID.

id

Order ID within the resource.

path

File name.

Response

In case of success, the server will return the requested file.

If failed,

Copied!
Invalid input{"error":3}
Download PDF file
Download Word document

See also