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