To get attached file use order/get_attachment:
svc=order/get_attachment¶ms={"itemId":<long>, "id":<uint>, "path":<text>}
| Name | Description |
|---|---|
| itemId | resource id |
| id | order id within resource |
| path | file name |
In case of success the server will return requested file.
If failed:
Invalid input{"error":3}