Create Request Message

Creates a new request message.

post
Path parameters
requestIdstringrequired

Request Id

Body
visibilityobjectrequired
contentstring · min: 1required
Responses
post
curl -L \
  --request POST \
  --url 'https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/messages' \
  --header 'Content-Type: application/json' \
  --data '{
    "visibility": {},
    "content": "text"
  }'
{
  "id": "text",
  "audit": {},
  "$meta": {},
  "href": "text",
  "visibility": {},
  "account": {},
  "type": "text",
  "content": "text",
  "request": {}
}

Was this helpful?

#227:

Change request updated