Organization Request REST Endpoints

Store/Store Extension/Organization Request
End points for operations for account based commerce in Oracle Commerce Cloud
Approve organization request
Method: post
Path: /ccapp/v1/organizationRequests/{id}/approve
deleteOrganizationRequest - only for application access
Method: delete
Path: /ccapp/v1/organizationRequests/{id}
getOrganizationRequests
Method: get
Path: /ccapp/v1/organizationRequests/{id}
listOrganizationRequests
Method: get
Path: /ccapp/v1/organizationRequests
Reject organization request
Method: post
Path: /ccapp/v1/organizationRequests/{id}/reject
updateOrganizationRequests
Method: put
Path: /ccapp/v1/organizationRequests/{id}