Skip to content

Attach a file to an order

Request

Uploads one or more files and associates them with the order as attachments.


Requires orders::modify permission.

Security
JWTAuthorizer
Path
uidstringrequired

Order UID

Bodymultipart/form-data
attachmentArray of strings, (binary)
curl -i -X POST \
  'https://apidocs.trustgrid.io/_mock/provisioning/api/v1/orders/{uid}/attachment' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F 'attachment=["string"]'

Responses

OK