Hi Gents,
I need to know the request body which I can use to update incident using REST
Below one is the SOAP which being used for the same
<soapenv:Envelope xmlns:soapenv="">schemas.xmlsoap.org/.../" xmlns:ns="">http://schemas.hp.com/SM/7" xmlns:com="">schemas.hp.com/.../Common" xmlns:xmime="">www.w3.org/.../xmlmime">
<soapenv:Header/>
<soapenv:Body>
<ns:UpdateIncidentAUTINRequest attachmentInfo="" attachmentData="" ignoreEmptyElements="true" updateconstraint="-1">
<ns:model query="">
<ns:keys query="" updatecounter="">
<ns:IncidentID type="String" mandatory="" readonly="">IM4357394</ns:IncidentID>
</ns:keys>
<ns:instance query="" uniquequery="" recordid="" updatecounter="">
<ns:IncidentID type="String" mandatory="" readonly=""></ns:IncidentID>
<ns:ClosureCode type="String" mandatory="" readonly="">Resolved Successfully</ns:ClosureCode>
<ns:Solution type="Array">
<ns:Solution type="String" mandatory="" readonly="">This is solution line 1</ns:Solution>
<ns:Solution type="String" mandatory="" readonly="">This is solution line 2</ns:Solution>
</ns:Solution>
<ns:Update type="Array">
<ns:Update type="String" mandatory="" readonly=""></ns:Update>
</ns:Update>
<ns:AUTINIncidentID type="String" mandatory="" readonly=""></ns:AUTINIncidentID>
<ns:Status type="String" mandatory="" readonly=""></ns:Status>
<ns:ExpectedResolutionTime type="DateTime" mandatory="" readonly=""></ns:ExpectedResolutionTime>
<ns:attachments>
<com:attachment xmime:contentType="application/" href="" contentId="" action="" name="" type="" len="" charset="" upload.by="" upload.date="" attachmentType="">cid:1702968749506</com:attachment>
</ns:attachments>
</ns:instance>
<ns:messages>
<com:message type="String" mandatory="" readonly="" severity="" module=""></com:message>
</ns:messages>
</ns:model>
</ns:UpdateIncidentAUTINRequest>
</soapenv:Body>
</soapenv:Envelope>
Please your support