File Types REST Endpoints

File/File Types
Use for managing file types.
Add a File Type
Method: post
Path: /api/file/FileTypes
Delete a File Type
Method: delete
Path: /api/file/FileTypes/{id}
Get a File Type by ID
Method: get
Path: /api/file/FileTypes/{id}
Get File Types
Method: get
Path: /api/file/FileTypes
Get File Types for Combo Boxes and Item Selectors
Method: get
Path: /api/file/FileTypes/readForSelect
Update a File Type
Method: put
Path: /api/file/FileTypes/{id}