Profiles REST Endpoints

Profiles
The REST web service for profile operations.
Create a Profile
Method: post
Path: /bcws/webresources/v1.0/profiles
Delete a Profile by Account or Service
Method: delete
Path: /bcws/webresources/v1.0/profiles
Delete a Profile by ID
Method: delete
Path: /bcws/webresources/v1.0/profiles/{id}
Get Profile Details
Method: get
Path: /bcws/webresources/v1.0/profiles/{id}
Get Profiles for an Account
Method: get
Path: /bcws/webresources/v1.0/profiles/account/{id}
Update a Profile
Method: put
Path: /bcws/webresources/v1.0/profiles