Creates a new attribute type.
Name | Description | Additional information |
---|---|---|
model | The model of the attribute type. |
Define this parameter in the request body. |
{
"AttributeTypeId": 1,
"Description": "sample string 2",
"DisplayOrder": 3,
"IsPrivate": true,
"LocaleId": 5,
"Name": "sample string 6",
"PortalId": 1
}