Create Customer REST APIs
Summary:
We are working on customer integration and using below is blog for reference which we are using for the same. https://www.ateam-oracle.com/post/a-simple-guide-to-erp-cloud-customer-creation-through-integration .
Performing below steps in sequence
1.Create Customer Location:
https://<domain>.oraclecloud.com:443/crmService/FoundationPartiesLocationService?wsdl
- Create Customer Organization:
https://<domain>.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations
3 Create Customer Account ,Site Use and Relationship (Batch Option Available ) : https://<domain>.oraclecloud.com:443/crmService/CustomerAccountService?wsdl
- Create Customer Account Profile :
https://<domain>.oraclecloud.com:443/fscmService/ReceivablesCustomerProfileService?wsdl - Create Customer Reference Account Creation
https://<domain>.oraclecloud.com:443/fscmService/ReceivablesCustomerProfileService?wsdl
Please let us know if there is any alternative approach (Using REST API) to implement the same through integrations.