Loading...
Create a request attachment.
Json representation of the attachment
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/attachments', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "type": "text", "description": "text", "filename": "text", "contentType": "text" }