POST api/UploadFiles
To send in your photo files, returns attachmentID that should be used to attach the photo product to an order This can be either fully rendered PDF's for multipage products or PDF and image files for single products. When a PDF is uploaded no checks are done by the API. If the PDF is not according to spec the order will fail in a later stage, we will send you a message by the provided callback URL
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string>sample string</string>