Loading...
Request id
Complete request data
No Content
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{id}/complete', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }