CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

Disassociating a Child Contact Record from an Account using Web Services

edited Feb 15, 2013 2:18AM in CRM On Demand - Web Services Integration (MOSC) 1 commentAnswered
Hi,

 I am trying to disassociate a child contact record from an account using the AccountDeleteChild method. The input XML message is as follows:

<input>
-<Inv_DisAcc_Inp>
 -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="AccountWS_AccountDeleteChild_Input">
 -<AccountWS_AccountDeleteChild_Input xmlns:tns="urn:crmondemand/ws/account/" xmlns="urn:crmondemand/ws/account/">
 -<xsdLocal1:ListOfAccount xmlns:xsdLocal1="urn:/crmondemand/xml/account">
  -<xsdLocal1:Account>
  <xsdLocal1:AccountId>ALBA-DL113</xsdLocal1:AccountId>
   -<xsdLocal1:ListOfContact>
    -<xsdLocal1:Contact>
     <xsdLocal1:ContactId>ALBA-EQOIG</xsdLocal1:ContactId>
    </xsdLocal1:Contact>
   </xsdLocal1:ListOfContact>
  </xsdLocal1:Account>
</xsdLocal1:ListOfAccount>
</AccountWS_AccountDeleteChild_Input>
</part>
</Inv_DisAcc_Inp>
</input>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center