Unable to update Customer DFF using SOAP API
Content
I am not able to update DFF customer attributes using the SOAP service
WSDL : https://erkb-dev1.fa.us2.oraclecloud.com:443/crmService/FoundationPartiesOrganizationService
SOAP Operation: mergeOrganization
Response I am not getting any error but the corresponding attribute is not getting updated as expected.
I have followed the sample provided by Oracle but the DFF attribute I selected is not getting updated.
Can somebody please help on what is missing here.
Version
21A (11.13.21.01.0)Code Snippet
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/applicationModule/types/" xmlns:org="http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/" xmlns:par="http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/" xmlns:sour="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/sourceSystemRef/" xmlns:con="http://xmlns.oracle.com/apps/cdm/foundation/parties/contactPointService/" xmlns:con1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/contactPoint/" xmlns:org1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/organization/" xmlns:par1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/partySite/" xmlns:rel="http://xmlns.oracle.com/apps/cdm/foundation/parties/relationshipService/" xmlns:org2="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/orgContact/" xmlns:rel1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/relationship/"> <soapenv:Header/> <soapenv:Body> <typ:mergeOrganization> <typ:organizationParty> <org:PartyId>100000003469124</org:PartyId> <org:OrganizationProfile> <org:PartyId>100000003469124</org:PartyId> <org:OrgInformation> <org1:OrganizationProfileId>100000003469124</org1:OrganizationProfileId>
Tagged:
2