Skip to main content
GET
/
commerce
/
quotes
/
{quoteId}
/
comments
/
{commentId}
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.

commentId
string
required

Unique identifier of the comment whose text you want to get.

Query Parameters

draft
boolean
responseFields
string

limits which fields are returned in the response body

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