Update Opportunity from web service
Summary
How can I update opportunity revenue line using web serviceContent
I use the web service from updating the opportunity, this works fine, but i want to update the revenue line: Amount/product ID/ Currency code.
what I need to add to the code
<soapenv:Header/>
<soapenv:Body>
<typ:updateOpportunity>
<typ:opportunity>
<opp:OptyId>300000005516398</opp:OptyId>
<opp:ENGName_c>Test the update 6</opp:ENGName_c>
</typ:opportunity>
</typ:updateOpportunity>
</soapenv:Body>
</soapenv:Envelope>
Tagged:
2