Details of the agreement to create
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/agreements', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "icon": "text", "startDate": "2025-01-23T20:56:09.705Z", "endDate": "2025-01-23T20:56:09.705Z", "name": "text", "lines": [], "subscriptions": [ { "id": "text", "href": "text", "name": "text", "startDate": "2025-01-23T20:56:09.705Z", "terminationDate": "2025-01-23T20:56:09.705Z", "autoRenew": false, "commitmentDate": "2025-01-23T20:56:09.705Z", "lines": [] } ], "termsAndConditions": [] }