Create a new spec option.
POST
/specs/{specID}/options
201Description
A Spec can have multiple Options-- for example, if the spec is called 'Color', the options might be 'Blue', 'Red', and 'Green'.
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
specID | Required | string | ID of the spec. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Value | Required | 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 | --- | --- | --- |