SapccApiCreateCommentForQuoteRequest
Request parameters for createCommentForQuote operation in SapccApi. SapccApiCreateCommentForQuoteRequest
interface SapccApiCreateCommentForQuoteRequest {
readonly baseSiteId: string;
readonly createComment: CreateComment;
readonly quoteCode: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCreateCommentForQuote |
createComment | Required | CreateComment | {CreateComment} SapccApiCreateCommentForQuote |
quoteCode | Required | string | Identifying code of the quote {string} SapccApiCreateCommentForQuote |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiCreateCommentForQuote |