Loading...
Id of the subscription to update
Update details of subscription
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/orders/{orderId}/subscriptions/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "startDate": "2024-11-15T12:04:01.945Z", "terminationDate": "2024-11-15T12:04:01.945Z", "autoRenew": false, "commitmentDate": "2024-11-15T12:04:01.945Z", "lines": [] }