Znode

Build Version:

POST attributetypes

Creates a new attribute type.

Request Information

» Parameters

Name Description Additional information
model The model of the attribute type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "AttributeTypeId": 1,
  "Description": "sample string 2",
  "DisplayOrder": 3,
  "IsPrivate": true,
  "LocaleId": 5,
  "Name": "sample string 6",
  "PortalId": 1
}