Attach a document to an order
How to attach a document to an order or line
You can attach documents using three methods:
- 1.Upload your document to the Tradecloud object-storage and attach the
objectId
to the order or line. - 2.Upload your document to your company's content server and attach the
url
to the order line. - 3.Only attach document meta data, such as document code/number, revision and name.
post
https://api.accp.tradecloud1.com/v2
/object-storage/document
Upload a new document
Upload documents to your company's content server and remember the returned document
url
.Only provide document meta data like code, revision, name, description and type.
Choose an appropriate API to attach the document
Last modified 1yr ago