Loading...
Update some properties (assignee and externalIDs) of a request.
assignee
externalIDs
Request id
Request
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); 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" } ] }