Property Types REST Endpoints

Graphs/Property Types
Use for managing property types.
Create a Property Type
Method: post
Path: /api/graph/PropertyTypes
Delete a Property Type
Method: delete
Path: /api/graph/PropertyTypes/{id}
Get a Property Type by ID
Method: get
Path: /api/graph/PropertyTypes/{id}
Get Property Types
Method: get
Path: /api/graph/PropertyTypes
Get Property Types for Combo Boxes and Item Selectors
Method: get
Path: /api/graph/PropertyTypes/readForSelect
Update a Property Type
Method: put
Path: /api/graph/PropertyTypes/{id}