Filtering mid level of nested childfindcriteria for FindCustomerAccount SOAP call
Summary
filtering first level of multilevel nested childfriendcriteria in soap call - criteria is in 1st and 3rd level, but second level is returning extra undesired resultsContent
Using the following findCustomerAccount soap call, I can successfully return data for a CustomerAccount and CustomerAccountSite, and CustomerAccountSiteUse. However, I want the CustomerAccountSite to limit only to values where the CustomerAccountSiteUse filter criteria is true. The current code shows multiple CustomerAccountSites, and only CustomerAcccountSiteUse sublevel for where the filter is true. How do I filter out the non-valid CustomerAccountSite criteria?
(values redacted for work rules)
code:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
0