Report Profiles REST Endpoints
    
        Reports/Report Profiles
    
Use for managing report profiles.
- Create a Report Profile
- Method: postPath:/api/report/Profiles
- Delete a Report Profile
- Method: deletePath:/api/report/Profiles/{id}
- Get a Report Profile by ID
- Method: getPath:/api/report/Profiles/{id}
- Get Report Profiles
- Method: getPath:/api/report/Profiles
- Get Report Profiles for Combo Boxes and Item Selectors
- Method: getPath:/api/report/Profiles/readForSelect
- Update a Report Profile
- Method: putPath:/api/report/Profiles/{id}