Profiles REST Endpoints
    
        Profiles
    
The REST web service for profile operations.
- Create a Profile
 - Method: postPath:
/bcws/webresources/v1.0/profiles - Delete a Profile by Account or Service
 - Method: deletePath:
/bcws/webresources/v1.0/profiles - Delete a Profile by ID
 - Method: deletePath:
/bcws/webresources/v1.0/profiles/{id} - Get Profile Details
 - Method: getPath:
/bcws/webresources/v1.0/profiles/{id} - Get Profiles for an Account
 - Method: getPath:
/bcws/webresources/v1.0/profiles/account/{id} - Update a Profile
 - Method: putPath:
/bcws/webresources/v1.0/profiles