Loading...
Create a new request.
Request data
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "name": "text", "status": "text" }), }); const data = await response.json();
{ "id": "text", "href": "text", "externalId": "text", "name": "text", "status": "text", "error": "text", "parameters": [], "messages": [ { "id": "text", "href": "text", "type": "text", "content": "text" } ] }