Creates a new attributes.
Name | Description | Additional information |
---|---|---|
model | The model of the attributes. |
Define this parameter in the request body. |
{
"AttributeId": 1,
"AttributeType": {
"$id": "2",
"AttributeTypeId": 1,
"Description": "sample string 2",
"DisplayOrder": 3,
"IsPrivate": true,
"LocaleId": 5,
"Name": "sample string 6",
"PortalId": 1
},
"AttributeTypeId": 2,
"DisplayOrder": 3,
"ExternalId": "sample string 4",
"IsActive": true,
"Name": "sample string 6",
"OldAttributeId": 1,
"AttributeTypeName": "sample string 7"
}