How to create a customer using rest api/soap services?
We want to create a customer using rest api and soap. We did those steps:
1- Customer Profile using rest api
a) The body:
{
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"OrganizationName": "Azienda Paperino",
"PartyUsageCode": "EXTERNAL_LEGAL_ENTITY",
"TaxpayerIdentificationNumber": "1439886759",
"PrincipalName": "Lego",
"PrincipalTitle": "Mr",
"DUNSNumber": "2356335",
"EmailAddress": "aziendapaperino@oracle.com",
"URL": "https://iacags-test.fa.ocs.oraclecloud.com/AziendaPaperino"
}
b) Using this link:
https://iacags-test.fa.ocs.oraclecloud.com//crmRestApi/resources/11.13.18.05/hubOrganizations
And it is ok, We can see in Oracle the customer profile
2- Customer account using SOAP
a) The body:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/applicationModule/types/"