Can you use Account Name/Number instead of Account ID in CustomerAccountService WSDL?
(Doc ID 2372246.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.13.17.09.0 and laterInformation in this document applies to any platform.
Goal
For CustomerAccountService WSDL, is there a way to use account name/number instead of account id? We are building an integration based on it, but it would be difficult for 3rd party systems know Fusion customer account id. The same with SetID. Could you please refer to below payload and check?
<soapenv:Body>
<typ:mergeCustomerAccount>
<typ:customerAccount xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/">
<ns2:CustomerAccountId>300000001255465</ns2:CustomerAccountId>
<ns2:CustomerAccountSite xmlns:ns7="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/">
<ns2:PartySiteId>300000008670976</ns2:PartySiteId>
<ns2:EceTpLocationCode xsi:nil="true">TEST2</ns2:EceTpLocationCode>
<ns2:CreatedByModule>HZ_WS</ns2:CreatedByModule>
<ns2:SetId>300000000003238</ns2:SetId>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseCode>SHIP_TO</ns2:SiteUseCode>
<ns2:Location>300000008670974</ns2:Location>
<ns2:CreatedByModule>HZ_WS</ns2:CreatedByModule>
</ns2:CustomerAccountSiteUse>
</ns2:CustomerAccountSite>
</typ:customerAccount>
</typ:mergeCustomerAccount>
</soapenv:Body>
<typ:mergeCustomerAccount>
<typ:customerAccount xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/">
<ns2:CustomerAccountId>300000001255465</ns2:CustomerAccountId>
<ns2:CustomerAccountSite xmlns:ns7="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/">
<ns2:PartySiteId>300000008670976</ns2:PartySiteId>
<ns2:EceTpLocationCode xsi:nil="true">TEST2</ns2:EceTpLocationCode>
<ns2:CreatedByModule>HZ_WS</ns2:CreatedByModule>
<ns2:SetId>300000000003238</ns2:SetId>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseCode>SHIP_TO</ns2:SiteUseCode>
<ns2:Location>300000008670974</ns2:Location>
<ns2:CreatedByModule>HZ_WS</ns2:CreatedByModule>
</ns2:CustomerAccountSiteUse>
</ns2:CustomerAccountSite>
</typ:customerAccount>
</typ:mergeCustomerAccount>
</soapenv:Body>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |