Account Contact creation through api in oracle fusion cloud
HI Team,
we are trying create the account contact in oracle fusion through api . we are not able to find the correct api from the oracle documentation.
below steps. we have done to create the customer account.
step1: we have created the hub organization
/crmRestApi/resources/11.13.18.05/hubOrganizations
Step2: we have created the customer account using SOAP API
https:///crmService/CustomerAccountService?wsdl
Step3: we have added registration number using below rest api
/fscmRestApi/resources/11.13.18.05/taxRegistrations
Step4: we have added profile history inf using below SOAP api
https:///fscmService/ReceivablesCustomerProfileService?wsdl
Now we want to add/create account contact and associate same account contact to the customer account.