Loading...
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/agreements/{agreementId}/attachments/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "type": "text", "description": "text", "filename": "text", "contentType": "text", "orderId": "text", "licenseKey": "text" }