Was this helpful?
#227:
Change request updated 3 months ago
Create a new request.
/v1/commerce/requests
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/commerce/requests' \ --header 'Content-Type: application/json' \ --data '{"name":"text","status":"text","from":{},"requester":{},"assignee":{},"to":{},"product":{},"parameters":[]}'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "externalId": "text", "name": "text", "status": "text", "error": "text", "from": {}, "requester": {}, "assignee": {}, "to": {}, "product": {}, "parameters": [], "messages": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "visibility": {}, "account": {}, "type": "text", "content": "text", "request": {} } ] }