Partially update a spec option.
PATCH
/specs/{specID}/options/{optionID}
200Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
specID | Required | string | ID of the spec. | --- |
optionID | Required | string | ID of the option. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Value | string | --- | 2000 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
IsOpenText | boolean | --- | --- | --- | ||
PriceMarkupType | string | --- | --- | NoMarkup, AmountPerQuantity, AmountTotal, Percentage | ||
PriceMarkup | number | float | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Value | string | --- | 2000 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
IsOpenText | boolean | --- | --- | --- | ||
PriceMarkupType | string | --- | --- | NoMarkup, AmountPerQuantity, AmountTotal, Percentage | ||
PriceMarkup | number | float | --- | --- | ||
xp | object | --- | --- | --- |