SapccApiCreateQuoteEntryCommentRequest
Request parameters for createQuoteEntryComment operation in SapccApi. SapccApiCreateQuoteEntryCommentRequest
interface SapccApiCreateQuoteEntryCommentRequest {
readonly baseSiteId: string;
readonly createComment: CreateComment;
readonly entryNumber: number;
readonly quoteCode: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCreateQuoteEntryComment |
createComment | Required | CreateComment | {CreateComment} SapccApiCreateQuoteEntryComment |
entryNumber | Required | number | Each entry in a cart has an entry number. Cart entries are numbered in ascending order, starting with zero. {number} SapccApiCreateQuoteEntryComment |
quoteCode | Required | string | Code of the quote. {string} SapccApiCreateQuoteEntryComment |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiCreateQuoteEntryComment |