Appearance
Create definition
POST /{resourceType}/custom-attributes
Create custom attribute definition for given resource type. To set a custom attribute value for a resource node use the layout operations endpoint.
Request
Path Parameters
resourceType
string ;values: floor |space |asset |product
Body
apiFieldName
string
valueType
string ;values: Boolean |Text |Number
title
string
description
string
Responses
201
OK