Profile Request REST Endpoints
Admin/Profile Request
End points for operations for account based commerce in Oracle Commerce Cloud
- Approve profile request
 - Method: postPath:
/ccadmin/v1/profileRequests/{id}/approve - deleteProfileRequest - only for application access
 - Method: deletePath:
/ccadmin/v1/profileRequests/{id} - getProfileRequest
 - Method: getPath:
/ccadmin/v1/profileRequests/{id} - listProfileRequests
 - Method: getPath:
/ccadmin/v1/profileRequests - Reject Profile request
 - Method: postPath:
/ccadmin/v1/profileRequests/{id}/reject - updateProfileRequest
 - Method: putPath:
/ccadmin/v1/profileRequests/{id}