
With Release 20D we can use rest api to create Customers in Oracle Fusion SaaS. We need to interface customers into fusion when we are integrating application or loading data in fusion.
The web service is a Create Customer Rest API in Oracle Fusion
1- For Creating Organization
/crmRestApi/resources/11.13.18.05/hubOrganizations
Sample Payload
{
"PartyNumber": "6789543254",
"SourceSystemReference": [
{
"SourceSystem": "RNOW",
"SourceSystemReferenceValue": "S2A2P224"
}
],
"OrganizationName": "WPS Org",
"PartyUsageCode": "EXTERNAL_LEGAL_ENTITY",
"RawPhoneNumber": "9199199199",
"EmailAddress": "idc@oracle.com",
"URL": "www.oracle.com",
"Address": [
{
"AddressType": "BILL_TO",
"Address1": "500 Oracle Parkway",
"City": "Redwood Shores",
"Country": "US",
"County": "San Mateo",
"PostalCode": "94065",
"PostalPlus4Code": "",
"State": "CA"
}
],
"CorpCurrencyCode": "USD",
"CurcyConvRateType": "Corporate",
"CurrencyCode": "USD",
"DUNSNumber": "123456789"
}
Make sure the Source system exists in the Fusion system