Loading...
Id of existing agreement to update
Update details
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/agreements/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "icon": "text", "startDate": "2024-11-15T10:13:36.189Z", "endDate": "2024-11-15T10:13:36.189Z", "name": "text", "lines": [], "subscriptions": [ { "id": "text", "href": "text", "name": "text", "startDate": "2024-11-15T10:13:36.189Z", "terminationDate": "2024-11-15T10:13:36.189Z", "autoRenew": false, "commitmentDate": "2024-11-15T10:13:36.189Z", "lines": [] } ], "termsAndConditions": [] }