Get an Email Address of the Bill-To Contact
In this use case, we'll retrieve email address from Bill-To Contact using SOAP.
Steps to retrieve the email address of the Bill-To Contact:
- Run the CustomerAccountService SOAP call
- Use the ContactPersonId from the response and run a getPerson SOAP call
Step 1: Run the CustomerAccountService SOAP call
Operation: findCustomerAccount
Request Body
<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:conjunction/>
<typ1:group>
<typ1:conjunction/>
<typ1:upperCaseCompare>false</typ1:upperCaseCompare>
<typ1:item>
<typ1:conjunction/>
<typ1:upperCaseCompare>false</typ1:upperCaseCompare>
<typ1:attribute>CustomerAccountId</typ1:attribute>
<typ1:operator>=</typ1:operator>
<typ1:value>1006</typ1:value>
</typ1:item>
</typ1:group>
<typ1:nested/>
</typ1:filter>
<typ1:excludeAttribute>false</typ1:excludeAttribute>
</typ:findCriteria>
<typ:findControl>
<typ1:retrieveAllTranslations>false</typ1:retrieveAllTranslations>
</typ:findControl>
</typ:findCustomerAccount>
</soapenv:Body>
</soapenv:Envelope>
Response Body
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:Action>http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/applicationModule/CustomerAccountService/findCustomerAccountResponse</wsa:Action>
<wsa:MessageID>urn:uuid:bd093d4c-54cb-4be0-a418-101c9df07b79</wsa:MessageID>
</env:Header>
<env:Body>
<ns0:findCustomerAccountResponse xmlns:ns0="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/applicationModule/types/">
<ns0:result xsi:type="ns2:CustomerAccountResult" xmlns:ns4="http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/" xmlns:ns9="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccount/" xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns2:Value>
<ns2:CustomerAccountId>300000189682216</ns2:CustomerAccountId>
<ns2:PartyId>300000189682193</ns2:PartyId>
<ns2:LastUpdateDate>2023-02-07T20:19:11.508Z</ns2:LastUpdateDate>
<ns2:AccountNumber>53008</ns2:AccountNumber>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T15:03:37.001Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystem xsi:nil="true"/>
<ns2:OrigSystemReference>300000189682216</ns2:OrigSystemReference>
<ns2:Status>A</ns2:Status>
<ns2:CustomerType xsi:nil="true"/>
<ns2:CustomerClassCode xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:CoterminateDayMonth xsi:nil="true"/>
<ns2:AccountEstablishedDate>2021-01-19</ns2:AccountEstablishedDate>
<ns2:AccountTerminationDate>4712-12-31</ns2:AccountTerminationDate>
<ns2:HeldBillExpirationDate xsi:nil="true"/>
<ns2:HoldBillFlag>false</ns2:HoldBillFlag>
<ns2:AccountName>ADO_Account_Sub2</ns2:AccountName>
<ns2:DepositRefundMethod xsi:nil="true"/>
<ns2:NpaNumber xsi:nil="true"/>
<ns2:SourceCode xsi:nil="true"/>
<ns2:Comments xsi:nil="true"/>
<ns2:DateTypePreference xsi:nil="true"/>
<ns2:ArrivalsetsIncludeLinesFlag xsi:nil="true"/>
<ns2:StatusUpdateDate xsi:nil="true"/>
<ns2:AutopayFlag xsi:nil="true"/>
<ns2:LastBatchId xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SellingPartyId xsi:nil="true"/>
<ns2:CustomerAccountContact xmlns:ns3="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContact/">
<ns2:CustomerAccountRoleId>300000226302357</ns2:CustomerAccountRoleId>
<ns2:CustomerAccountId>300000189682216</ns2:CustomerAccountId>
<ns2:CustomerAccountSiteId xsi:nil="true"/>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:RoleType>CONTACT</ns2:RoleType>
<ns2:LastUpdateDate>2023-02-07T20:18:57.17Z</ns2:LastUpdateDate>
<ns2:SourceCode xsi:nil="true"/>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2023-02-07T20:17:22.182Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystemReference>300000226302357</ns2:OrigSystemReference>
<ns2:Status>A</ns2:Status>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:RelationshipId>300000226302355</ns2:RelationshipId>
<ns2:ContactPersonId>300000226302353</ns2:ContactPersonId>
<ns2:CustAcctContactInformation>
<ns3:CustAccountRoleId>300000226302357</ns3:CustAccountRoleId>
<ns3:__FLEX_Context xsi:nil="true"/>
<ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns3:_FLEX_NumOfSegments>0</ns3:_FLEX_NumOfSegments>
</ns2:CustAcctContactInformation>
</ns2:CustomerAccountContact>
<ns2:CustomerAccountContact xmlns:ns3="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContact/">
<ns2:CustomerAccountRoleId>300000189682584</ns2:CustomerAccountRoleId>
<ns2:CustomerAccountId>300000189682216</ns2:CustomerAccountId>
<ns2:CustomerAccountSiteId xsi:nil="true"/>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:RoleType>CONTACT</ns2:RoleType>
<ns2:LastUpdateDate>2021-02-03T13:22:18.393Z</ns2:LastUpdateDate>
<ns2:SourceCode xsi:nil="true"/>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-02-03T13:20:49.437Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>BA537D98D15AAC3EE053B764500AC9AD</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189682584</ns2:OrigSystemReference>
<ns2:Status>A</ns2:Status>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:RelationshipId>300000189682582</ns2:RelationshipId>
<ns2:ContactPersonId>300000189682580</ns2:ContactPersonId>
<ns2:CustomerAccountContactRole xmlns:ns0="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContactRole/">
<ns2:ResponsibilityId>300000189682586</ns2:ResponsibilityId>
<ns2:CustomerAccountRoleId>300000189682584</ns2:CustomerAccountRoleId>
<ns2:ResponsibilityType>BILL_TO</ns2:ResponsibilityType>
<ns2:PrimaryFlag>true</ns2:PrimaryFlag>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:CreationDate>2021-02-03T13:21:40.373Z</ns2:CreationDate>
<ns2:LastUpdateDate>2021-02-03T13:22:18.395Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:LastUpdateLogin>BA537D98D15AAC3EE053B764500AC9AD</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189682586</ns2:OrigSystemReference>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:StatusCode>A</ns2:StatusCode>
<ns2:CustAcctContactRoleInformation>
<ns0:ResponsibilityId>300000189682586</ns0:ResponsibilityId>
<ns0:__FLEX_Context xsi:nil="true"/>
<ns0:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns0:_FLEX_NumOfSegments>0</ns0:_FLEX_NumOfSegments>
</ns2:CustAcctContactRoleInformation>
</ns2:CustomerAccountContactRole>
<ns2:CustAcctContactInformation>
<ns3:CustAccountRoleId>300000189682584</ns3:CustAccountRoleId>
<ns3:__FLEX_Context xsi:nil="true"/>
<ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns3:_FLEX_NumOfSegments>0</ns3:_FLEX_NumOfSegments>
</ns2:CustAcctContactInformation>
</ns2:CustomerAccountContact>
<ns2:CustomerAccountSite xmlns:ns7="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/">
<ns2:CustomerAccountSiteId>300000189681433</ns2:CustomerAccountSiteId>
<ns2:CustomerAccountId>300000189682216</ns2:CustomerAccountId>
<ns2:PartySiteId>300000189681434</ns2:PartySiteId>
<ns2:LastUpdateDate>2022-07-20T18:13:49.502Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T19:08:22.363Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>E2CB4490C4D093F0E053B664500AB2AF</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189681433</ns2:OrigSystemReference>
<ns2:Status>A</ns2:Status>
<ns2:BillToIndicator>P</ns2:BillToIndicator>
<ns2:MarketIndicator>N</ns2:MarketIndicator>
<ns2:ShipToIndicator>P</ns2:ShipToIndicator>
<ns2:CustomerCategoryCode xsi:nil="true"/>
<ns2:Language xsi:nil="true"/>
<ns2:KeyAccountFlag xsi:nil="true"/>
<ns2:TpHeaderId xsi:nil="true"/>
<ns2:EceTpLocationCode xsi:nil="true"/>
<ns2:TranslatedCustomerName xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:StartDate>2021-01-19</ns2:StartDate>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:SetCode>ADO_DEFAULT_SET</ns2:SetCode>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000189681436</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000189681433</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2021-05-06T12:33:39.72Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T19:09:55.712Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>BILL_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>true</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>18006</ns2:Location>
<ns2:LastUpdateLogin>C1A66D70FFE98FF8E053B764500A1280</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189681436</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:StartDate>2021-01-19</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000189681436</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000189681437</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000189681433</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2022-07-20T18:13:49.41Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T19:10:15.476Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>SHIP_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>true</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>18007</ns2:Location>
<ns2:LastUpdateLogin>E2CB4490C4D093F0E053B664500AB2AF</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId>300000195025516</ns2:BillToSiteUseId>
<ns2:OrigSystemReference>300000189681437</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:StartDate>2021-01-19</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000189681437</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustAcctSiteInformation>
<ns7:CustAcctSiteId>300000189681433</ns7:CustAcctSiteId>
<ns7:__FLEX_Context xsi:nil="true"/>
<ns7:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns7:_FLEX_NumOfSegments>0</ns7:_FLEX_NumOfSegments>
</ns2:CustAcctSiteInformation>
</ns2:CustomerAccountSite>
<ns2:CustomerAccountSite xmlns:ns7="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/">
<ns2:CustomerAccountSiteId>300000189682217</ns2:CustomerAccountSiteId>
<ns2:CustomerAccountId>300000189682216</ns2:CustomerAccountId>
<ns2:PartySiteId>300000189682218</ns2:PartySiteId>
<ns2:LastUpdateDate>2021-05-06T12:33:38.777Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T15:03:37.039Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>C1A66D70FFE98FF8E053B764500A1280</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189682217</ns2:OrigSystemReference>
<ns2:Status>A</ns2:Status>
<ns2:BillToIndicator>P</ns2:BillToIndicator>
<ns2:MarketIndicator>N</ns2:MarketIndicator>
<ns2:ShipToIndicator>P</ns2:ShipToIndicator>
<ns2:CustomerCategoryCode xsi:nil="true"/>
<ns2:Language xsi:nil="true"/>
<ns2:KeyAccountFlag xsi:nil="true"/>
<ns2:TpHeaderId xsi:nil="true"/>
<ns2:EceTpLocationCode xsi:nil="true"/>
<ns2:TranslatedCustomerName xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:StartDate>2021-01-19</ns2:StartDate>
<ns2:EndDate>2021-04-30</ns2:EndDate>
<ns2:SetCode>ADO_DEFAULT_SET</ns2:SetCode>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000189681428</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000189682217</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2021-05-06T12:33:39.719Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T19:04:43.52Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>BILL_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>18004</ns2:Location>
<ns2:LastUpdateLogin>C1A66D70FFE98FF8E053B764500A1280</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189681428</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>2021-04-30</ns2:EndDate>
<ns2:StartDate>2021-01-19</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000189681428</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000189681429</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000189682217</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2021-05-06T12:33:39.72Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-01-19T19:05:05.431Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>SHIP_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>18005</ns2:Location>
<ns2:LastUpdateLogin>C1A66D70FFE98FF8E053B764500A1280</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId xsi:nil="true"/>
<ns2:OrigSystemReference>300000189681429</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>2021-04-30</ns2:EndDate>
<ns2:StartDate>2021-01-19</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000189681429</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustAcctSiteInformation>
<ns7:CustAcctSiteId>300000189682217</ns7:CustAcctSiteId>
<ns7:__FLEX_Context xsi:nil="true"/>
<ns7:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns7:_FLEX_NumOfSegments>0</ns7:_FLEX_NumOfSegments>
</ns2:CustAcctSiteInformation>
</ns2:CustomerAccountSite><ns2:CustomerAccountSite xmlns:ns7="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/">
<ns2:CustomerAccountSiteId>300000195025513</ns2:CustomerAccountSiteId>
<ns2:CustomerAccountId>300000189682216</ns2:CustomerAccountId>
<ns2:PartySiteId>300000195025514</ns2:PartySiteId>
<ns2:LastUpdateDate>2023-05-30T03:20:10.991Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-05-06T12:41:59.398Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>F8152381017C7437E053B764500A4C70</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:OrigSystemReference>300000195025513</ns2:OrigSystemReference>
<ns2:Status>A</ns2:Status>
<ns2:BillToIndicator>Y</ns2:BillToIndicator>
<ns2:MarketIndicator>N</ns2:MarketIndicator>
<ns2:ShipToIndicator>Y</ns2:ShipToIndicator>
<ns2:CustomerCategoryCode xsi:nil="true"/>
<ns2:Language xsi:nil="true"/>
<ns2:KeyAccountFlag xsi:nil="true"/>
<ns2:TpHeaderId xsi:nil="true"/>
<ns2:EceTpLocationCode xsi:nil="true"/>
<ns2:TranslatedCustomerName xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:StartDate>2021-05-06</ns2:StartDate>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:SetCode>ADO_DEFAULT_SET</ns2:SetCode>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000195025516</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000195025513</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2021-05-06T12:44:50.912Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-05-06T12:43:06.158Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>BILL_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>28004</ns2:Location>
<ns2:LastUpdateLogin>C1A66D70FFE98FF8E053B764500A1280</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId xsi:nil="true"/>
<ns2:OrigSystemReference>300000195025516</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:StartDate>2021-05-06</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000195025516</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000195025517</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000195025513</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2021-05-06T12:44:50.916Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2021-05-06T12:43:41.349Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>SHIP_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>28005</ns2:Location>
<ns2:LastUpdateLogin>C1A66D70FFE98FF8E053B764500A1280</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId>300000195025516</ns2:BillToSiteUseId>
<ns2:OrigSystemReference>300000195025517</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:StartDate>2021-05-06</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000195025517</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustomerAccountSiteUse xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/">
<ns2:SiteUseId>300000226884066</ns2:SiteUseId>
<ns2:CustomerAccountSiteId>300000195025513</ns2:CustomerAccountSiteId>
<ns2:LastUpdateDate>2023-05-30T03:18:33.837Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2023-05-30T03:18:00.474Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:SiteUseCode>SOLD_TO</ns2:SiteUseCode>
<ns2:PrimaryFlag>true</ns2:PrimaryFlag>
<ns2:Status>A</ns2:Status>
<ns2:Location>CDRM_53001</ns2:Location>
<ns2:LastUpdateLogin>F8152381017C7437E053B764500A4C70</ns2:LastUpdateLogin>
<ns2:BillToSiteUseId xsi:nil="true"/>
<ns2:OrigSystemReference>300000226884066</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:PaymentTermId xsi:nil="true"/>
<ns2:GSAIndicator xsi:nil="true"/>
<ns2:TerritoryId xsi:nil="true"/>
<ns2:RequestId xsi:nil="true"/>
<ns2:TaxReference xsi:nil="true"/>
<ns2:SortPriority xsi:nil="true"/>
<ns2:TaxCode xsi:nil="true"/>
<ns2:SecondLastAccrueChargeDate xsi:nil="true"/>
<ns2:LastAccrueChargeDate xsi:nil="true"/>
<ns2:LastUnaccrueChargeDate xsi:nil="true"/>
<ns2:SecondLastUnaccrueChrgDate xsi:nil="true"/>
<ns2:TaxHeaderLevelFlag xsi:nil="true"/>
<ns2:FinchrgReceivablesTrxId xsi:nil="true"/>
<ns2:TaxRoundingRule xsi:nil="true"/>
<ns2:TaxClassification xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:SetId>300000189822171</ns2:SetId>
<ns2:EndDate>4712-12-31</ns2:EndDate>
<ns2:StartDate>2023-05-30</ns2:StartDate>
<ns2:CustAcctSiteUseInformation>
<ns6:SiteUseId>300000226884066</ns6:SiteUseId>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns2:CustAcctSiteUseInformation>
</ns2:CustomerAccountSiteUse>
<ns2:CustAcctSiteInformation>
<ns7:CustAcctSiteId>300000195025513</ns7:CustAcctSiteId>
<ns7:__FLEX_Context xsi:nil="true"/>
<ns7:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns7:_FLEX_NumOfSegments>0</ns7:_FLEX_NumOfSegments>
</ns2:CustAcctSiteInformation>
</ns2:CustomerAccountSite>
<ns2:CustAcctInformation>
<ns9:CustAccountId>300000189682216</ns9:CustAccountId>
<ns9:aliasOrganizationName xsi:nil="true"/>
<ns9:hdFlex xsi:nil="true"/>
<ns9:__FLEX_Context xsi:nil="true"/>
<ns9:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns9:_FLEX_NumOfSegments>2</ns9:_FLEX_NumOfSegments>
</ns2:CustAcctInformation>
</ns2:Value>
</ns0:result>
</ns0:findCustomerAccountResponse>
</env:Body>
</env:Envelope>
Step 2: Run a getPerson SOAP call
Use the ContactPersonId and run a getPerson SOAP call.
Operation: getPerson
Request Body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/applicationModule/types/">
<soapenv:Header/>
<soapenv:Body>
<typ:getPerson>
<typ:partyId>300000189682584</typ:partyId>
</typ:getPerson>
</soapenv:Body>
</soapenv:Envelope>
Response Body
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:Action>http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/applicationModule/PersonService/getPersonResponse</wsa:Action>
<wsa:MessageID>urn:uuid:348f58d4-b520-415f-9870-0f232aa3dc78</wsa:MessageID>
</env:Header>
<env:Body>
<ns0:getPersonResponse xmlns:ns0="http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/applicationModule/types/">
<ns1:result xsi:type="ns2:Person" xmlns:ns0="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/" xmlns:ns5="http://xmlns.oracle.com/apps/cdm/foundation/parties/contactPointService/" xmlns:ns8="http://xmlns.oracle.com/apps/cdm/foundation/parties/relationshipService/" xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/applicationModule/types/">
<ns2:PartyId>300000226302353</ns2:PartyId>
<ns2:PartyNumber>CDRM_895236</ns2:PartyNumber>
<ns2:PartyName>Shipping Contact</ns2:PartyName>
<ns2:PartyType>PERSON</ns2:PartyType>
<ns2:ValidatedFlag xsi:nil="true"/>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns2:LastUpdateLogin>
<ns2:CreationDate>2023-02-07T20:17:19Z</ns2:CreationDate>
<ns2:RequestId xsi:nil="true"/>
<ns2:LastUpdateDate>2023-02-07T20:18:58.786Z</ns2:LastUpdateDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:OrigSystemReference>300000226302353</ns2:OrigSystemReference>
<ns2:SICCode xsi:nil="true"/>
<ns2:JgzzFiscalCode xsi:nil="true"/>
<ns2:PersonFirstName>Shipping</ns2:PersonFirstName>
<ns2:PersonPreNameAdjunct xsi:nil="true"/>
<ns2:PersonLastName>Contact</ns2:PersonLastName>
<ns2:PersonMiddleName xsi:nil="true"/>
<ns2:PersonTitle xsi:nil="true"/>
<ns2:PersonNameSuffix xsi:nil="true"/>
<ns2:PersonPreviousLastName xsi:nil="true"/>
<ns2:PersonAcademicTitle xsi:nil="true"/>
<ns2:Country xsi:nil="true"/>
<ns2:Address2 xsi:nil="true"/>
<ns2:Address1 xsi:nil="true"/>
<ns2:Address4 xsi:nil="true"/>
<ns2:Address3 xsi:nil="true"/>
<ns2:PostalCode xsi:nil="true"/>
<ns2:City xsi:nil="true"/>
<ns2:Province xsi:nil="true"/>
<ns2:State xsi:nil="true"/>
<ns2:County xsi:nil="true"/>
<ns2:Status>A</ns2:Status>
<ns2:URL xsi:nil="true"/>
<ns2:SICCodeType xsi:nil="true"/>
<ns2:EmailAddress>shipping.contact@ado.com</ns2:EmailAddress>
<ns2:GSAIndicatorFlag xsi:nil="true"/>
<ns2:LanguageName xsi:nil="true"/>
<ns2:MissionStatement xsi:nil="true"/>
<ns2:CategoryCode xsi:nil="true"/>
<ns2:ThirdPartyFlag xsi:nil="true"/>
<ns2:Salutation xsi:nil="true"/>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:CertReasonCode xsi:nil="true"/>
<ns2:CertificationLevel xsi:nil="true"/>
<ns2:PrimaryPhonePurpose xsi:nil="true"/>
<ns2:PrimaryPhoneContactPTId xsi:nil="true"/>
<ns2:PrimaryPhoneCountryCode xsi:nil="true"/>
<ns2:PrimaryPhoneLineType xsi:nil="true"/>
<ns2:PrimaryPhoneNumber xsi:nil="true"/>
<ns2:PrimaryPhoneAreaCode xsi:nil="true"/>
<ns2:PreferredContactMethod xsi:nil="true"/>
<ns2:PrimaryPhoneExtension xsi:nil="true"/>
<ns2:IdenAddrLocationId xsi:nil="true"/>
<ns2:PrimaryEmailContactPTId>300000226302359</ns2:PrimaryEmailContactPTId>
<ns2:IdenAddrPartySiteId xsi:nil="true"/>
<ns2:PersonLastNamePrefix xsi:nil="true"/>
<ns2:PrimaryURLContactPTId xsi:nil="true"/>
<ns2:PreferredName xsi:nil="true"/>
<ns2:PersonSecondLastName xsi:nil="true"/>
<ns2:PreferredNameId xsi:nil="true"/>
<ns2:PreferredContactPersonId xsi:nil="true"/>
<ns2:InternalFlag>false</ns2:InternalFlag>
<ns2:PreferredFunctionalCurrency xsi:nil="true"/>
<ns2:Gender xsi:nil="true"/>
<ns2:MaritalStatus xsi:nil="true"/>
<ns2:Comments xsi:nil="true"/>
<ns2:DateOfBirth xsi:nil="true"/>
<ns2:UserGUID xsi:nil="true"/>
<ns2:PartyUniqueName>Shipping Contact</ns2:PartyUniqueName>
<ns2:SourceSystem xsi:nil="true"/>
<ns2:SourceSystemReferenceValue xsi:nil="true"/>
<ns2:SourceSystemUpdateDate xsi:nil="true"/>
<ns2:Email xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/contactPoint/">
<ns5:ContactPointId>300000226302359</ns5:ContactPointId>
<ns5:ContactPointType>EMAIL</ns5:ContactPointType>
<ns5:Status>A</ns5:Status>
<ns5:OwnerTableName>HZ_PARTIES</ns5:OwnerTableName>
<ns5:OwnerTableId>300000226302353</ns5:OwnerTableId>
<ns5:PrimaryFlag>true</ns5:PrimaryFlag>
<ns5:OrigSystemReference>300000226302359</ns5:OrigSystemReference>
<ns5:LastUpdateDate>2023-02-07T20:18:58.301Z</ns5:LastUpdateDate>
<ns5:LastUpdatedBy>sher</ns5:LastUpdatedBy>
<ns5:CreationDate>2023-02-07T20:18:24.16Z</ns5:CreationDate>
<ns5:CreatedBy>sher</ns5:CreatedBy>
<ns5:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns5:LastUpdateLogin>
<ns5:RequestId xsi:nil="true"/>
<ns5:ObjectVersionNumber>1</ns5:ObjectVersionNumber>
<ns5:CreatedByModule>TCA_FORM_WRAPPER</ns5:CreatedByModule>
<ns5:ContactPointPurpose>BUSINESS</ns5:ContactPointPurpose>
<ns5:PrimaryByPurpose>N</ns5:PrimaryByPurpose>
<ns5:StartDate>2023-02-07</ns5:StartDate>
<ns5:EndDate>4712-12-31</ns5:EndDate>
<ns5:RelationshipId>300000226302355</ns5:RelationshipId>
<ns5:PartyUsageCode xsi:nil="true"/>
<ns5:OrigSystem xsi:nil="true"/>
<ns5:EmailFormat>MAILTEXT</ns5:EmailFormat>
<ns5:EmailAddress>shipping.contact@ado.com</ns5:EmailAddress>
<ns5:PartyName>Shipping Contact</ns5:PartyName>
<ns5:OverallPrimaryFlag>true</ns5:OverallPrimaryFlag>
<ns5:EmailInformation>
<ns6:ContactPointId>300000226302359</ns6:ContactPointId>
<ns6:ContactPointType>EMAIL</ns6:ContactPointType>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns5:EmailInformation>
</ns2:Email>
<ns2:PersonProfile xmlns:ns1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/person/">
<ns2:PersonProfileId>300000226302353</ns2:PersonProfileId>
<ns2:PartyId>300000226302353</ns2:PartyId>
<ns2:PersonName>Shipping Contact</ns2:PersonName>
<ns2:LastUpdateDate>2023-02-07T20:18:58.812Z</ns2:LastUpdateDate>
<ns2:LastUpdatedBy>sher</ns2:LastUpdatedBy>
<ns2:CreationDate>2023-02-07T20:17:19.957Z</ns2:CreationDate>
<ns2:CreatedBy>sher</ns2:CreatedBy>
<ns2:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns2:LastUpdateLogin>
<ns2:RequestId xsi:nil="true"/>
<ns2:PersonPreNameAdjunct xsi:nil="true"/>
<ns2:PersonFirstName>Shipping</ns2:PersonFirstName>
<ns2:PersonMiddleName xsi:nil="true"/>
<ns2:PersonLastName>Contact</ns2:PersonLastName>
<ns2:PersonNameSuffix xsi:nil="true"/>
<ns2:PersonTitle xsi:nil="true"/>
<ns2:PersonAcademicTitle xsi:nil="true"/>
<ns2:PersonPreviousLastName xsi:nil="true"/>
<ns2:PersonInitials xsi:nil="true"/>
<ns2:JgzzFiscalCode xsi:nil="true"/>
<ns2:DateOfBirth xsi:nil="true"/>
<ns2:PlaceOfBirth xsi:nil="true"/>
<ns2:DateOfDeath xsi:nil="true"/>
<ns2:Gender xsi:nil="true"/>
<ns2:DeclaredEthnicity xsi:nil="true"/>
<ns2:MaritalStatus xsi:nil="true"/>
<ns2:MaritalStatusEffectiveDate xsi:nil="true"/>
<ns2:PersonalIncomeAmount xsi:nil="true"/>
<ns2:RentOwnInd xsi:nil="true"/>
<ns2:LastKnownGPS xsi:nil="true"/>
<ns2:EffectiveStartDate>2023-02-07</ns2:EffectiveStartDate>
<ns2:EffectiveEndDate>4712-12-31</ns2:EffectiveEndDate>
<ns2:InternalFlag>false</ns2:InternalFlag>
<ns2:Status>A</ns2:Status>
<ns2:CreatedByModule>TCA_FORM_WRAPPER</ns2:CreatedByModule>
<ns2:DeceasedFlag>false</ns2:DeceasedFlag>
<ns2:Comments xsi:nil="true"/>
<ns2:PersonLastNamePrefix xsi:nil="true"/>
<ns2:PersonSecondLastName xsi:nil="true"/>
<ns2:PreferredFunctionalCurrency xsi:nil="true"/>
<ns2:OrigSystem xsi:nil="true"/>
<ns2:OrigSystemReference>300000226302353</ns2:OrigSystemReference>
<ns2:EffectiveSequence>1</ns2:EffectiveSequence>
<ns2:HeadOfHouseholdFlag xsi:nil="true"/>
<ns2:HouseholdIncomeAmount xsi:nil="true"/>
<ns2:HouseholdSize xsi:nil="true"/>
<ns2:EffectiveLatestChange>Y</ns2:EffectiveLatestChange>
<ns2:SuffixOverriddenFlag>false</ns2:SuffixOverriddenFlag>
<ns2:UniqueNameSuffix xsi:nil="true"/>
<ns2:CorpCurrencyCode>USD</ns2:CorpCurrencyCode>
<ns2:CurcyConvRateType>Corporate</ns2:CurcyConvRateType>
<ns2:CurrencyCode>USD</ns2:CurrencyCode>
<ns2:PartyNumber>CDRM_895236</ns2:PartyNumber>
<ns2:Salutation xsi:nil="true"/>
<ns2:CertReasonCode xsi:nil="true"/>
<ns2:CertificationLevel xsi:nil="true"/>
<ns2:PreferredContactMethod xsi:nil="true"/>
<ns2:PreferredContactPersonId xsi:nil="true"/>
<ns2:PrimaryAddressLine1 xsi:nil="true"/>
<ns2:PrimaryAddressLine2 xsi:nil="true"/>
<ns2:PrimaryAddressLine3 xsi:nil="true"/>
<ns2:PrimaryAddressLine4 xsi:nil="true"/>
<ns2:Alias xsi:nil="true"/>
<ns2:PrimaryAddressCity xsi:nil="true"/>
<ns2:PrimaryAddressCountry xsi:nil="true"/>
<ns2:PrimaryAddressCounty xsi:nil="true"/>
<ns2:PrimaryEmailAddress>shipping.contact@ado.com</ns2:PrimaryEmailAddress>
<ns2:PrimaryFormattedAddress xsi:nil="true"/>
<ns2:PrimaryFormattedPhoneNumber xsi:nil="true"/>
<ns2:PrimaryLanguage xsi:nil="true"/>
<ns2:PartyUniqueName>Shipping Contact</ns2:PartyUniqueName>
<ns2:PrimaryAddressPostalCode xsi:nil="true"/>
<ns2:PreferredContactEmail xsi:nil="true"/>
<ns2:PreferredContactName xsi:nil="true"/>
<ns2:PreferredContactPhone xsi:nil="true"/>
<ns2:PreferredContactURL xsi:nil="true"/>
<ns2:PreferredName xsi:nil="true"/>
<ns2:PreferredNameId xsi:nil="true"/>
<ns2:PrimaryEmailId>300000226302359</ns2:PrimaryEmailId>
<ns2:PrimaryPhoneAreaCode xsi:nil="true"/>
<ns2:PrimaryPhoneId xsi:nil="true"/>
<ns2:PrimaryPhoneCountryCode xsi:nil="true"/>
<ns2:PrimaryPhoneExtension xsi:nil="true"/>
<ns2:PrimaryPhoneLineType xsi:nil="true"/>
<ns2:PrimaryPhoneNumber xsi:nil="true"/>
<ns2:PrimaryPhonePurpose xsi:nil="true"/>
<ns2:PrimaryWebId xsi:nil="true"/>
<ns2:Pronunciation xsi:nil="true"/>
<ns2:PrimaryAddressProvince xsi:nil="true"/>
<ns2:PrimaryAddressState xsi:nil="true"/>
<ns2:PrimaryURL xsi:nil="true"/>
<ns2:ValidatedFlag xsi:nil="true"/>
<ns2:PrimaryAddressLatitude xsi:nil="true"/>
<ns2:PrimaryAddressLongitude xsi:nil="true"/>
<ns2:PrimaryAddressLocationId/>
<ns2:FavoriteContactFlag>false</ns2:FavoriteContactFlag>
<ns2:Distance xsi:nil="true"/>
<ns2:SalesAffinityCode xsi:nil="true"/>
<ns2:SalesBuyingRoleCode xsi:nil="true"/>
<ns2:DepartmentCode xsi:nil="true"/>
<ns2:Department xsi:nil="true"/>
<ns2:JobTitleCode xsi:nil="true"/>
<ns2:JobTitle xsi:nil="true"/>
<ns2:DoNotCallFlag>false</ns2:DoNotCallFlag>
<ns2:DoNotContactFlag>false</ns2:DoNotContactFlag>
<ns2:DoNotEmailFlag>false</ns2:DoNotEmailFlag>
<ns2:DoNotMailFlag>false</ns2:DoNotMailFlag>
<ns2:LastContactDate xsi:nil="true"/>
<ns2:PrimaryCustomerId>300000189682193</ns2:PrimaryCustomerId>
<ns2:PrimaryCustomerRelationshipId>300000226302355</ns2:PrimaryCustomerRelationshipId>
<ns2:PrimaryCustomerName>ADO_Cust_Sub</ns2:PrimaryCustomerName>
<ns2:LastSourceUpdateDate>2023-02-07T20:18:58Z</ns2:LastSourceUpdateDate>
<ns2:LastUpdateSourceSystem>FUSION</ns2:LastUpdateSourceSystem>
<ns2:DataCloudStatus xsi:nil="true"/>
<ns2:LastEnrichmentDate xsi:nil="true"/>
<ns2:PersonInformation>
<ns1:PersonProfileId>300000226302353</ns1:PersonProfileId>
<ns1:__FLEX_Context xsi:nil="true"/>
<ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns1:_FLEX_NumOfSegments>0</ns1:_FLEX_NumOfSegments>
</ns2:PersonInformation>
<ns2:UITContact_c xsi:nil="true"/>
<ns2:LongText_c xsi:nil="true"/>
<ns2:Number_c xsi:nil="true"/>
<ns2:Organization_Id_Account_Contacts xsi:nil="true"/>
<ns2:ContactCheckbox_c>false</ns2:ContactCheckbox_c>
<ns2:Custom_field_for_title_c xsi:nil="true"/>
<ns2:Number2_c xsi:nil="true"/>
<ns2:AspireTo_c>BLANK</ns2:AspireTo_c>
<ns2:WorkPlaceNearestStation_Id_c xsi:nil="true"/>
<ns2:WorkPlaceNearestStation_c xsi:nil="true"/>
<ns2:CustomCurrency_c xsi:nil="true"/>
<ns2:customStatus_c>A</ns2:customStatus_c>
</ns2:PersonProfile>
<ns2:PartyUsageAssignment>
<ns3:PartyUsgAssignmentId>300000226302364</ns3:PartyUsgAssignmentId>
<ns3:PartyId>300000226302353</ns3:PartyId>
<ns3:PartyUsageCode>CONTACT</ns3:PartyUsageCode>
<ns3:EffectiveStartDate>2023-02-07</ns3:EffectiveStartDate>
<ns3:EffectiveEndDate>4712-12-31</ns3:EffectiveEndDate>
<ns3:StatusFlag>true</ns3:StatusFlag>
<ns3:Comments xsi:nil="true"/>
<ns3:OwnerTableName xsi:nil="true"/>
<ns3:OwnerTableId xsi:nil="true"/>
<ns3:CreatedByModule>TCA_FORM_WRAPPER</ns3:CreatedByModule>
<ns3:ObjectVersionNumber>1</ns3:ObjectVersionNumber>
<ns3:CreatedBy>sher</ns3:CreatedBy>
<ns3:CreationDate>2023-02-07T20:18:58.435Z</ns3:CreationDate>
<ns3:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns3:LastUpdateLogin>
<ns3:LastUpdateDate>2023-02-07T20:18:58.688Z</ns3:LastUpdateDate>
<ns3:LastUpdatedBy>sher</ns3:LastUpdatedBy>
<ns3:RequestId xsi:nil="true"/>
</ns2:PartyUsageAssignment>
<ns2:PartyUsageAssignment>
<ns3:PartyUsgAssignmentId>300000226302360</ns3:PartyUsgAssignmentId>
<ns3:PartyId>300000226302353</ns3:PartyId>
<ns3:PartyUsageCode>CUSTOMER_CONTACT</ns3:PartyUsageCode>
<ns3:EffectiveStartDate>2023-02-07</ns3:EffectiveStartDate>
<ns3:EffectiveEndDate>4712-12-31</ns3:EffectiveEndDate>
<ns3:StatusFlag>true</ns3:StatusFlag>
<ns3:Comments xsi:nil="true"/>
<ns3:OwnerTableName>HZ_RELATIONSHIPS</ns3:OwnerTableName>
<ns3:OwnerTableId>300000226302355</ns3:OwnerTableId>
<ns3:CreatedByModule>TCA_FORM_WRAPPER</ns3:CreatedByModule>
<ns3:ObjectVersionNumber>1</ns3:ObjectVersionNumber>
<ns3:CreatedBy>sher</ns3:CreatedBy>
<ns3:CreationDate>2023-02-07T20:18:55.846Z</ns3:CreationDate>
<ns3:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns3:LastUpdateLogin>
<ns3:LastUpdateDate>2023-02-07T20:18:58.441Z</ns3:LastUpdateDate>
<ns3:LastUpdatedBy>sher</ns3:LastUpdatedBy>
<ns3:RequestId xsi:nil="true"/>
</ns2:PartyUsageAssignment><ns2:PartyUsageAssignment>
<ns3:PartyUsgAssignmentId>300000226302361</ns3:PartyUsgAssignmentId>
<ns3:PartyId>300000226302353</ns3:PartyId>
<ns3:PartyUsageCode>ORG_CONTACT</ns3:PartyUsageCode>
<ns3:EffectiveStartDate>2023-02-07</ns3:EffectiveStartDate>
<ns3:EffectiveEndDate>4712-12-31</ns3:EffectiveEndDate>
<ns3:StatusFlag>true</ns3:StatusFlag>
<ns3:Comments xsi:nil="true"/>
<ns3:OwnerTableName>HZ_RELATIONSHIPS</ns3:OwnerTableName>
<ns3:OwnerTableId>300000226302355</ns3:OwnerTableId>
<ns3:CreatedByModule>TCA_FORM_WRAPPER</ns3:CreatedByModule>
<ns3:ObjectVersionNumber>1</ns3:ObjectVersionNumber>
<ns3:CreatedBy>sher</ns3:CreatedBy>
<ns3:CreationDate>2023-02-07T20:18:58.121Z</ns3:CreationDate>
<ns3:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns3:LastUpdateLogin>
<ns3:LastUpdateDate>2023-02-07T20:18:58.442Z</ns3:LastUpdateDate>
<ns3:LastUpdatedBy>sher</ns3:LastUpdatedBy>
<ns3:RequestId xsi:nil="true"/>
</ns2:PartyUsageAssignment>
<ns2:Relationship xmlns:ns10="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/relationship/">
<ns8:RelationshipRecId>300000226302354</ns8:RelationshipRecId>
<ns8:RelationshipId>300000226302355</ns8:RelationshipId>
<ns8:SubjectId>300000226302353</ns8:SubjectId>
<ns8:SubjectType>PERSON</ns8:SubjectType>
<ns8:SubjectTableName>HZ_PARTIES</ns8:SubjectTableName>
<ns8:ObjectId>300000189682193</ns8:ObjectId>
<ns8:ObjectType>ORGANIZATION</ns8:ObjectType>
<ns8:ObjectTableName>HZ_PARTIES</ns8:ObjectTableName>
<ns8:RelationshipCode>CONTACT_OF</ns8:RelationshipCode>
<ns8:RelationshipType>CONTACT</ns8:RelationshipType>
<ns8:Role>CONTACTORG</ns8:Role>
<ns8:Comments xsi:nil="true"/>
<ns8:StartDate>2023-02-07</ns8:StartDate>
<ns8:EndDate>4712-12-31</ns8:EndDate>
<ns8:Status>A</ns8:Status>
<ns8:CreatedBy>sher</ns8:CreatedBy>
<ns8:CreationDate>2023-02-07T20:17:22.127Z</ns8:CreationDate>
<ns8:LastUpdatedBy>sher</ns8:LastUpdatedBy>
<ns8:LastUpdateDate>2023-02-07T20:18:58.201Z</ns8:LastUpdateDate>
<ns8:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns8:LastUpdateLogin>
<ns8:RequestId xsi:nil="true"/>
<ns8:ObjectVersionNumber>1</ns8:ObjectVersionNumber>
<ns8:CreatedByModule>TCA_FORM_WRAPPER</ns8:CreatedByModule>
<ns8:AdditionalInformation1 xsi:nil="true"/>
<ns8:AdditionalInformation2 xsi:nil="true"/>
<ns8:AdditionalInformation3 xsi:nil="true"/>
<ns8:AdditionalInformation4 xsi:nil="true"/>
<ns8:AdditionalInformation5 xsi:nil="true"/>
<ns8:AdditionalInformation6 xsi:nil="true"/>
<ns8:AdditionalInformation7 xsi:nil="true"/>
<ns8:AdditionalInformation8 xsi:nil="true"/>
<ns8:AdditionalInformation9 xsi:nil="true"/>
<ns8:AdditionalInformation10 xsi:nil="true"/>
<ns8:AdditionalInformation11 xsi:nil="true"/>
<ns8:AdditionalInformation12 xsi:nil="true"/>
<ns8:AdditionalInformation13 xsi:nil="true"/>
<ns8:AdditionalInformation14 xsi:nil="true"/>
<ns8:AdditionalInformation15 xsi:nil="true"/>
<ns8:AdditionalInformation16 xsi:nil="true"/>
<ns8:AdditionalInformation17 xsi:nil="true"/>
<ns8:AdditionalInformation18 xsi:nil="true"/>
<ns8:AdditionalInformation19 xsi:nil="true"/>
<ns8:AdditionalInformation20 xsi:nil="true"/>
<ns8:AdditionalInformation21 xsi:nil="true"/>
<ns8:AdditionalInformation22 xsi:nil="true"/>
<ns8:AdditionalInformation23 xsi:nil="true"/>
<ns8:AdditionalInformation24 xsi:nil="true"/>
<ns8:AdditionalInformation25 xsi:nil="true"/>
<ns8:AdditionalInformation26 xsi:nil="true"/>
<ns8:AdditionalInformation27 xsi:nil="true"/>
<ns8:AdditionalInformation28 xsi:nil="true"/>
<ns8:AdditionalInformation29 xsi:nil="true"/>
<ns8:AdditionalInformation30 xsi:nil="true"/>
<ns8:DirectionCode>P</ns8:DirectionCode>
<ns8:PercentageOwnership xsi:nil="true"/>
<ns8:ObjectUsageCode xsi:nil="true"/>
<ns8:SubjectUsageCode xsi:nil="true"/>
<ns8:PreferredContactFlag>false</ns8:PreferredContactFlag>
<ns8:ObjectPartyName>ADO_Cust_Sub</ns8:ObjectPartyName>
<ns8:PartyName>ADO_Cust_Sub</ns8:PartyName>
<ns8:CurrencyCode>USD</ns8:CurrencyCode>
<ns8:CurcyConvRateType>Corporate</ns8:CurcyConvRateType>
<ns8:CorpCurrencyCode>USD</ns8:CorpCurrencyCode>
<ns8:PrimaryCustomerFlag>true</ns8:PrimaryCustomerFlag>
<ns8:SubjectEmailAddress>shipping.contact@ado.com</ns8:SubjectEmailAddress>
<ns8:ObjectEmailAddress xsi:nil="true"/>
<ns8:OrganizationContact xmlns:ns9="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/orgContact/">
<ns8:OrgContactId>300000226302356</ns8:OrgContactId>
<ns8:PartyRelationshipId>300000226302355</ns8:PartyRelationshipId>
<ns8:ContactPartyId>300000226302353</ns8:ContactPartyId>
<ns8:PersonFirstName>Shipping</ns8:PersonFirstName>
<ns8:PersonLastName>Contact</ns8:PersonLastName>
<ns8:ContactName>Shipping Contact</ns8:ContactName>
<ns8:PersonPreNameAdjunct xsi:nil="true"/>
<ns8:PersonMiddleName xsi:nil="true"/>
<ns8:PersonNameSuffix xsi:nil="true"/>
<ns8:PersonPreviousLastName xsi:nil="true"/>
<ns8:PersonAcademicTitle xsi:nil="true"/>
<ns8:Salutation xsi:nil="true"/>
<ns8:PersonLastNamePrefix xsi:nil="true"/>
<ns8:PreferredName xsi:nil="true"/>
<ns8:PersonSecondLastName xsi:nil="true"/>
<ns8:PersonLanguageName xsi:nil="true"/>
<ns8:PersonTitle xsi:nil="true"/>
<ns8:PersonCertificationLevel xsi:nil="true"/>
<ns8:PersonCertReasonCode xsi:nil="true"/>
<ns8:CustomerPartyId>300000189682193</ns8:CustomerPartyId>
<ns8:CustomerUniqueName>ADO_Cust_Sub</ns8:CustomerUniqueName>
<ns8:CustomerName>ADO_Cust_Sub</ns8:CustomerName>
<ns8:CustomerPartyNumber>424148</ns8:CustomerPartyNumber>
<ns8:FormattedPhoneNumber xsi:nil="true"/>
<ns8:EmailAddress>shipping.contact@ado.com</ns8:EmailAddress>
<ns8:WebUrl/>
<ns8:Comments xsi:nil="true"/>
<ns8:ContactNumber>CDRM_606411</ns8:ContactNumber>
<ns8:DepartmentCode xsi:nil="true"/>
<ns8:Department xsi:nil="true"/>
<ns8:JobTitle xsi:nil="true"/>
<ns8:DecisionMakerFlag>false</ns8:DecisionMakerFlag>
<ns8:JobTitleCode xsi:nil="true"/>
<ns8:ReferenceUseFlag>false</ns8:ReferenceUseFlag>
<ns8:Rank xsi:nil="true"/>
<ns8:LastUpdateDate>2023-02-07T20:18:55.825Z</ns8:LastUpdateDate>
<ns8:LastUpdatedBy>sher</ns8:LastUpdatedBy>
<ns8:CreationDate>2023-02-07T20:17:22.158Z</ns8:CreationDate>
<ns8:CreatedBy>sher</ns8:CreatedBy>
<ns8:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns8:LastUpdateLogin>
<ns8:RequestId xsi:nil="true"/>
<ns8:PartySiteId xsi:nil="true"/>
<ns8:OrigSystemReference>300000226302356</ns8:OrigSystemReference>
<ns8:CreatedByModule>TCA_FORM_WRAPPER</ns8:CreatedByModule>
<ns8:ObjectVersionNumber>1</ns8:ObjectVersionNumber>
<ns8:PartySiteName xsi:nil="true"/>
<ns8:SalesAffinityCode xsi:nil="true"/>
<ns8:SalesAffinityComments xsi:nil="true"/>
<ns8:SalesBuyingRoleCode xsi:nil="true"/>
<ns8:SalesInfluenceLevelCode xsi:nil="true"/>
<ns8:FormattedAddress xsi:nil="true"/>
<ns8:PreferredContactMethod xsi:nil="true"/>
<ns8:CurrencyCode>USD</ns8:CurrencyCode>
<ns8:CurcyConvRateType>Corporate</ns8:CurcyConvRateType>
<ns8:CorpCurrencyCode>USD</ns8:CorpCurrencyCode>
<ns8:PreferredContactFlag>false</ns8:PreferredContactFlag>
<ns8:ContactFormattedAddress xsi:nil="true"/>
<ns8:ContactFormattedMultilineAddress xsi:nil="true"/>
<ns8:CustomerEmailAddress xsi:nil="true"/>
<ns8:PrimaryCustomerFlag>true</ns8:PrimaryCustomerFlag>
<ns8:OrgContactInformation>
<ns9:OrgContactId>300000226302356</ns9:OrgContactId>
<ns9:__FLEX_Context xsi:nil="true"/>
<ns9:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns9:_FLEX_NumOfSegments>0</ns9:_FLEX_NumOfSegments>
</ns8:OrgContactInformation>
<ns8:CustomCheckbox_c>false</ns8:CustomCheckbox_c>
</ns8:OrganizationContact>
<ns8:RelationshipInformation>
<ns10:RelationshipRecId>300000226302354</ns10:RelationshipRecId>
<ns10:__FLEX_Context xsi:nil="true"/>
<ns10:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns10:_FLEX_NumOfSegments>0</ns10:_FLEX_NumOfSegments>
</ns8:RelationshipInformation>
<ns8:Email xmlns:ns6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/contactPoint/">
<ns5:ContactPointId>300000226302359</ns5:ContactPointId>
<ns5:ContactPointType>EMAIL</ns5:ContactPointType>
<ns5:Status>A</ns5:Status>
<ns5:OwnerTableName>HZ_PARTIES</ns5:OwnerTableName>
<ns5:OwnerTableId>300000226302353</ns5:OwnerTableId>
<ns5:PrimaryFlag>true</ns5:PrimaryFlag>
<ns5:OrigSystemReference>300000226302359</ns5:OrigSystemReference>
<ns5:LastUpdateDate>2023-02-07T20:18:58.301Z</ns5:LastUpdateDate>
<ns5:LastUpdatedBy>sher</ns5:LastUpdatedBy>
<ns5:CreationDate>2023-02-07T20:18:24.16Z</ns5:CreationDate>
<ns5:CreatedBy>sher</ns5:CreatedBy>
<ns5:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns5:LastUpdateLogin>
<ns5:RequestId xsi:nil="true"/>
<ns5:ObjectVersionNumber>1</ns5:ObjectVersionNumber>
<ns5:CreatedByModule>TCA_FORM_WRAPPER</ns5:CreatedByModule>
<ns5:ContactPointPurpose>BUSINESS</ns5:ContactPointPurpose>
<ns5:PrimaryByPurpose>N</ns5:PrimaryByPurpose>
<ns5:StartDate>2023-02-07</ns5:StartDate>
<ns5:EndDate>4712-12-31</ns5:EndDate>
<ns5:RelationshipId>300000226302355</ns5:RelationshipId>
<ns5:PartyUsageCode xsi:nil="true"/>
<ns5:OrigSystem xsi:nil="true"/>
<ns5:EmailFormat>MAILTEXT</ns5:EmailFormat>
<ns5:EmailAddress>shipping.contact@ado.com</ns5:EmailAddress>
<ns5:PartyName>Shipping Contact</ns5:PartyName>
<ns5:OverallPrimaryFlag>true</ns5:OverallPrimaryFlag>
<ns5:EmailInformation>
<ns6:ContactPointId>300000226302359</ns6:ContactPointId>
<ns6:ContactPointType>EMAIL</ns6:ContactPointType>
<ns6:__FLEX_Context xsi:nil="true"/>
<ns6:__FLEX_Context_DisplayValue xsi:nil="true"/>
<ns6:_FLEX_NumOfSegments>0</ns6:_FLEX_NumOfSegments>
</ns5:EmailInformation>
</ns8:Email>
<ns8:SubjectPartyUsageAssignment>
<ns3:PartyUsgAssignmentId>300000226302360</ns3:PartyUsgAssignmentId>
<ns3:PartyId>300000226302353</ns3:PartyId>
<ns3:PartyUsageCode>CUSTOMER_CONTACT</ns3:PartyUsageCode>
<ns3:EffectiveStartDate>2023-02-07</ns3:EffectiveStartDate>
<ns3:EffectiveEndDate>4712-12-31</ns3:EffectiveEndDate>
<ns3:StatusFlag>true</ns3:StatusFlag>
<ns3:Comments xsi:nil="true"/>
<ns3:OwnerTableName>HZ_RELATIONSHIPS</ns3:OwnerTableName>
<ns3:OwnerTableId>300000226302355</ns3:OwnerTableId>
<ns3:CreatedByModule>TCA_FORM_WRAPPER</ns3:CreatedByModule>
<ns3:ObjectVersionNumber>1</ns3:ObjectVersionNumber>
<ns3:CreatedBy>sher</ns3:CreatedBy>
<ns3:CreationDate>2023-02-07T20:18:55.846Z</ns3:CreationDate>
<ns3:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns3:LastUpdateLogin>
<ns3:LastUpdateDate>2023-02-07T20:18:58.441Z</ns3:LastUpdateDate>
<ns3:LastUpdatedBy>sher</ns3:LastUpdatedBy>
<ns3:RequestId xsi:nil="true"/>
</ns8:SubjectPartyUsageAssignment>
<ns8:SubjectPartyUsageAssignment>
<ns3:PartyUsgAssignmentId>300000226302361</ns3:PartyUsgAssignmentId>
<ns3:PartyId>300000226302353</ns3:PartyId>
<ns3:PartyUsageCode>ORG_CONTACT</ns3:PartyUsageCode>
<ns3:EffectiveStartDate>2023-02-07</ns3:EffectiveStartDate>
<ns3:EffectiveEndDate>4712-12-31</ns3:EffectiveEndDate>
<ns3:StatusFlag>true</ns3:StatusFlag>
<ns3:Comments xsi:nil="true"/>
<ns3:OwnerTableName>HZ_RELATIONSHIPS</ns3:OwnerTableName>
<ns3:OwnerTableId>300000226302355</ns3:OwnerTableId>
<ns3:CreatedByModule>TCA_FORM_WRAPPER</ns3:CreatedByModule>
<ns3:ObjectVersionNumber>1</ns3:ObjectVersionNumber>
<ns3:CreatedBy>sher</ns3:CreatedBy>
<ns3:CreationDate>2023-02-07T20:18:58.121Z</ns3:CreationDate>
<ns3:LastUpdateLogin>F41CCB0A9BFEDD09E053B664500AC5D2</ns3:LastUpdateLogin>
<ns3:LastUpdateDate>2023-02-07T20:18:58.442Z</ns3:LastUpdateDate>
<ns3:LastUpdatedBy>sher</ns3:LastUpdatedBy>
<ns3:RequestId xsi:nil="true"/>
</ns8:SubjectPartyUsageAssignment>
</ns2:Relationship>
</ns1:result>
</ns0:getPersonResponse>
</env:Body>
</env:Envelope>
This will retrieve the email address when there is a single contact for a customer.