File Types REST Endpoints
    
        Files/File Types
    
Use for managing file types.
- Add a File Type
- Method: postPath:/api/file/FileTypes
- Delete a File Type
- Method: deletePath:/api/file/FileTypes/{id}
- Get a File Type by ID
- Method: getPath:/api/file/FileTypes/{id}
- Get File Types
- Method: getPath:/api/file/FileTypes
- Get File Types for Combo Boxes and Item Selectors
- Method: getPath:/api/file/FileTypes/readForSelect
- Update a File Type
- Method: putPath:/api/file/FileTypes/{id}