SapccApiUpdateAnOrderFormRequest
Request parameters for updateAnOrderForm operation in SapccApi. SapccApiUpdateAnOrderFormRequest
interface SapccApiUpdateAnOrderFormRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly orderForm: OrderForm;
readonly orderFormCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiUpdateAnOrderForm |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiUpdateAnOrderForm |
orderForm | Required | OrderForm | {OrderForm} SapccApiUpdateAnOrderForm |
orderFormCode | Required | string | The order form identifier. Example: 0000000 {string} SapccApiUpdateAnOrderForm |