How to Find customer data in CustomerAccountService( Receivables -- ERP)
Summary
i try filter customer account site in customer account.Content
Hi,
I am trying to find customer account service data in ERP-Receivables through SOAP Service.
Please find the request payload.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/applicationModule/types/" xmlns:typ1="http://xmlns.oracle.com/adf/svc/types/">
<soapenv:Header/>
<soapenv:Body>
<typ:findCustomerAccount>
<typ:findCriteria>
<typ1:fetchStart>0</typ1:fetchStart>
<typ1:fetchSize>-1</typ1:fetchSize>
<typ1:filter>
<typ1:group>
<typ1:item>
<typ1:attribute>PartyId</typ1:attribute>
<typ1:operator>=</typ1:operator>
<typ1:value>300000018234992</typ1:value>