Attach a document to an order response
How to attach a document to an order or line response
Last updated
How to attach a document to an order or line response
Last updated
You can attach documents using three methods:
Upload your document to the Tradecloud object-storage and attach the objectId
to the order or line.
Upload your document to your company's content server and attach the url
to the order or line.
Only attach document meta data, such as document code/number, revision and name.
Use the Upload document endpoint to upload the document to the Tradecloud object-storage and remember the returned document objectId
.
/order/order-response
APIYou can attach documents using the documents
field on either order
or lines
level in the body of the Send order response endpoint:
This will NOT create an OrderDocumentsAttachedBySupplier
activity and NO acknowledge task for the buyer.
The total number of documents is limited to 100 documents per order header and per order line.
code
: optional document code or number. The document code should be unique within your company and immutable.
If a document with the same code is already attached to the order or line, the document will be replaced, else it will be appended.
revision
: optional document revision (or version) code or number
name
: optional document short (file) name
description
: optional document description or long name
type
: optional document business type
objectId
: the Tradecloud object identifier which was returned by the Tradecloud object-storage upload
Upload documents to your company's content server and remember the returned document url
.
url
in the order message using the /order/order-response
APIYou can provide the url
using the documents
field on either order
or lines
level in the order body of the Send order response endpoint.
This will NOT create an OrderDocumentsAttachedBySupplier
activity and NO acknowledge task for the buyer.
code
: optional document code or number. The document code should be unique within your company and immutable.
If a document with the same code is already attached to the order or line, the document will be replaced, else it will be appended.
revision
: optional document revision (or version) code or number
name
: optional document short (file) name
description
: optional document description or long name
type
: optional document business type
url
: the document location on the company's content server
Only provide document meta data like code, revision, name, description and type.
You can provide the meta data using the documents
field on either order
or lines
level in the order body of the Send order response endpoint.
This will NOT create an OrderDocumentsAttachedBySupplier
activity and NO acknowledge task for the buyer.
code
: optional document code or number. The document code should be unique within your company and immutable.
If a document with the same code is already attached to the order or line, the document will be replaced, else it will be appended.
revision
: optional document revision (or version) code or number
name
: optional document short (file) name
description
: optional document description or long name
type
: optional document business type