Update Account Number

In this use case, we'll update customer account number.

Operation: mergeCustomerAccount

Request Body

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header/>
   <soap:Body>
     <ns1:mergeCustomerAccount xmlns:ns1="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/applicationModule/types/">
			<ns1:customerAccount xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/">
				<ns2:CustomerAccountId>1001</ns2:CustomerAccountId>
				<ns2:Comments>CDRM_216295</ns2:Comments>
			</ns1:customerAccount>
		</ns1:mergeCustomerAccount>
   </soap:Body>
</soap: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/mergeCustomerAccountResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:b82a07b9-02c1-4c83-b4f4-1d830cfebeb8</wsa:MessageID>
   </env:Header>
   <env:Body>
      <ns0:mergeCustomerAccountResponse 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>1001</ns2:CustomerAccountId>
               <ns2:PartyId>1001</ns2:PartyId>
               <ns2:LastUpdateDate>2022-06-17T06:44:13Z</ns2:LastUpdateDate>
               <ns2:AccountNumber>1001</ns2:AccountNumber>
               <ns2:LastUpdatedBy>FUSION</ns2:LastUpdatedBy>
               <ns2:CreationDate>1997-02-23T12:35:00Z</ns2:CreationDate>
               <ns2:CreatedBy>1028</ns2:CreatedBy>
               <ns2:LastUpdateLogin>E09B467F5B12B206E053025BF00A0C15</ns2:LastUpdateLogin>
               <ns2:RequestId>99999</ns2:RequestId>
               <ns2:OrigSystem xsi:nil="true"/>
               <ns2:OrigSystemReference>1001</ns2:OrigSystemReference>
               <ns2:Status>A</ns2:Status>
               <ns2:CustomerType>R</ns2:CustomerType>
               <ns2:CustomerClassCode>TELECOM</ns2:CustomerClassCode>
               <ns2:TaxCode xsi:nil="true"/>
               <ns2:TaxHeaderLevelFlag>false</ns2:TaxHeaderLevelFlag>
               <ns2:TaxRoundingRule xsi:nil="true"/>
               <ns2:CoterminateDayMonth>1230</ns2:CoterminateDayMonth>
               <ns2:AccountEstablishedDate>1997-02-23</ns2:AccountEstablishedDate>
               <ns2:AccountTerminationDate>4712-12-03</ns2:AccountTerminationDate>
               <ns2:HeldBillExpirationDate xsi:nil="true"/>
               <ns2:HoldBillFlag xsi:nil="true"/>
               <ns2:AccountName>AT&amp;T</ns2:AccountName>
               <ns2:DepositRefundMethod xsi:nil="true"/>
               <ns2:NpaNumber xsi:nil="true"/>
               <ns2:SourceCode xsi:nil="true"/>
               <ns2:Comments>CDRM_216295</ns2:Comments>
               <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 xsi:nil="true"/>
               <ns2:SellingPartyId xsi:nil="true"/>
            </ns2:Value>
         </ns0:result>
      </ns0:mergeCustomerAccountResponse>
   </env:Body>
</env:Envelope>