Create a new spec.
POST
/specs
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OwnerID | string | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Name | Required | string | --- | --- | --- | |
DefaultValue | string | --- | 2000 characters | --- | ||
Required | boolean | --- | --- | --- | ||
AllowOpenText | boolean | --- | --- | --- | ||
DefaultOptionID | string | --- | --- | --- | ||
DefinesVariant | boolean | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OwnerID | string | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Name | string | --- | --- | --- | ||
DefaultValue | string | --- | 2000 characters | --- | ||
Required | boolean | --- | --- | --- | ||
AllowOpenText | boolean | --- | --- | --- | ||
DefaultOptionID | string | --- | --- | --- | ||
DefinesVariant | boolean | --- | --- | --- | ||
xp | object | --- | --- | --- | ||
OptionCount | Read Only | integer | int32 | --- | --- | |
Options | Read Only | array | --- | --- | --- | |