Create Request Message

Creates a new request message.

POSThttps://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/messages
Path parameters
requestId*string

Request Id

Body

Create message

visibility*object
content*string
Response

Created

Body
idstring
auditobject
$metaobject
hrefstring
visibilityobject
accountobject
typestring
contentstring
requestobject
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/messages', {
    method: 'POST',
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      "content": "text"
    }),
});
const data = await response.json();
Response
{
  "id": "text",
  "href": "text",
  "type": "text",
  "content": "text"
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.

Change request #498: