Skip to main content
POST
/
commerce
/
quotes
/
{quoteId}
/
comments
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "text": "<string>",
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

quoteId
string
required

Unique identifier of the quote whose comments you want to get.

Query Parameters

updateMode
string
responseFields
string

limits which fields are returned in the response body

Body

application/json

Comment which wanted to add on a quote.

Quote Comments submitted by B2B buyer/seller.

id
string | null

Unique identifier of the comment. System-supplied and read-only.

text
string | null

Text of the comment.

auditInfo
object

Response

Success

Quote Comments submitted by B2B buyer/seller.

id
string | null

Unique identifier of the comment. System-supplied and read-only.

text
string | null

Text of the comment.

auditInfo
object