Create a request attachment.
Was this helpful?
#330:
Change request updated 3 months ago
/v1/commerce/requests/{requestId}/attachments
Json representation of the attachment
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/attachments' \ --header 'Content-Type: multipart/form-data'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "type": "text", "description": "text", "filename": "text", "size": 1, "contentType": "text", "request": {} }