End Date a Customer Account Site

In this use case, we'll end date a customer account site.

Operation: updateCustomerAccount

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:cus="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/" 
xmlns:cus1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContactRole/" 
xmlns:par="http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/" 
xmlns:sour="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/sourceSystemRef/" 
xmlns:cus2="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContact/" 
xmlns:cus3="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountRel/" 
xmlns:cus4="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/" 
xmlns:cus5="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/" 
xmlns:cus6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccount/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:updateCustomerAccount>
         <typ:customerAccount>
            <cus:CustomerAccountId>300100590899663</cus:CustomerAccountId>
            <cus:CustomerAccountSite>
			<cus:CustomerAccountSiteId>300100590899664</cus:CustomerAccountSiteId>
               <cus:EndDate>2023-09-01</cus:EndDate>
            </cus:CustomerAccountSite>
         </typ:customerAccount>
      </typ:updateCustomerAccount>
   </soapenv:Body>
</soapenv:Envelope>

Response 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:cus="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/" 
xmlns:cus1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContactRole/" 
xmlns:par="http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/" 
xmlns:sour="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/sourceSystemRef/" 
xmlns:cus2="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountContact/" 
xmlns:cus3="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountRel/" 
xmlns:cus4="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSiteUse/" 
xmlns:cus5="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccountSite/" 
xmlns:cus6="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/custAccount/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:updateCustomerAccount>
         <typ:customerAccount>
            <cus:CustomerAccountId>300100552218054</cus:CustomerAccountId>
            <cus:CustomerAccountSite>
               <cus:CustomerAccountSiteId>300000968771511</cus:CustomerAccountSiteId>
               <cus:EndDate>2021-09-01</cus:EndDate>
            </cus:CustomerAccountSite>
         </typ:customerAccount>
      </typ:updateCustomerAccount>
   </soapenv:Body>
</soapenv:Envelope>