-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmergeCustomerAccount.xml
31 lines (31 loc) · 1.83 KB
/
mergeCustomerAccount.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/applicationModule/types/"
xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/customerAccountService/">
<ns0:Header />
<ns0:Body>
<ns1:mergeCustomerAccount>
<ns1:customerAccount>
<ns2:CustomerAccountId>{insert_data}</ns2:CustomerAccountId>
<ns2:PartyId>{insert_data}</ns2:PartyId>
<ns2:CustomerAccountSite>
<ns2:CustomerAccountSiteId>{insert_data}</ns2:CustomerAccountSiteId>
<ns2:CustomerAccountId>{insert_data}</ns2:CustomerAccountId>
<ns2:PartySiteId>{insert_data}</ns2:PartySiteId>
<ns2:CustomerAccountContact>
<ns2:CustomerAccountId>{insert_data}</ns2:CustomerAccountId>
<ns2:CustomerAccountSiteId>{insert_data}</ns2:CustomerAccountSiteId>
<ns2:PrimaryFlag>false</ns2:PrimaryFlag>
<ns2:RoleType>CONTACT</ns2:RoleType>
<ns2:CreatedByModule>HZ_WS</ns2:CreatedByModule>
<ns2:RelationshipId>{insert_data}</ns2:RelationshipId>
<ns2:CustomerAccountContactRole>
<ns2:ResponsibilityType>BILL_TO</ns2:ResponsibilityType>
<ns2:PrimaryFlag>true</ns2:PrimaryFlag>
<ns2:CreatedByModule>HZ_WS</ns2:CreatedByModule>
</ns2:CustomerAccountContactRole>
</ns2:CustomerAccountContact>
</ns2:CustomerAccountSite>
</ns1:customerAccount>
</ns1:mergeCustomerAccount>
</ns0:Body>
</ns0:Envelope>