Contents
Page version: 3, last updated: .
Entity - custom property type
Verb | Request | Notes | Permissions Required |
---|---|---|---|
GET - All | /Consumer/CustomPropertyTypes | Gets list of all available custom property types | Following product pack related permissions
Following custom property related permission
Returns Unauthorized (401) if user does not have the required permissions. |
GET - individual by id | /Consumer/CustomPropertyTypes /Id/{id} | Gets individual by id | Following product pack related permissions
Following custom property related permission
Returns Unauthorized (401) if user does not have the required permissions. |
GET - individual by name | /Consumer/CustomPropertyTypes /Name/{name} | Gets individual by name | Following product pack related permissions
Following custom property related permission
Returns Unauthorized (401) if user does not have the required permissions. |