Update Custom Object record
Content
Hello,
We need to update the record of custom object from Ebs to Service cloud using SOAP API. We have already created the SOAP API to update the record of custom object, please find the code snippet here below:
<soapenv:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Update xmlns="urn:messages.ws.rightnow.com/v1_4">
<RNObjects xmlns:q1="urn:generic.ws.rightnow.com/v1_4" xsi:type="q1:GenericObject">
<ID xmlns="urn:base.ws.rightnow.com/v1_4" id="16916" />
<q1:ObjectType>
<q1:Namespace>CO</q1:Namespace>
<q1:TypeName>AssetMapping</q1:TypeName>
Tagged:
0