Property Types REST Endpoints

Graph/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 Objects for Combo Boxes and Item Selectors
Method: get
Path: /api/graph/PropertyTypes/readForSelect
Get Property Types
Method: get
Path: /api/graph/PropertyTypes
Update a Property Type
Method: put
Path: /api/graph/PropertyTypes/{id}