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