SapccApiGetTextfieldConfigurationForQuoteEntryRequest
Request parameters for getTextfieldConfigurationForQuoteEntry operation in SapccApi. SapccApiGetTextfieldConfigurationForQuoteEntryRequest
interface SapccApiGetTextfieldConfigurationForQuoteEntryRequest {
readonly entryNumber: number;
readonly quoteId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
entryNumber | Required | number | Each entry in a cart has an entry number. Cart entries are numbered in ascending order, starting with zero. {number} SapccApiGetTextfieldConfigurationForQuoteEntry |
quoteId | Required | string | Quote identifier. {string} SapccApiGetTextfieldConfigurationForQuoteEntry |