Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Dear All,
Is there any way to add a Note using REST Api. The rest API mentioned in Wiki doesn’t seems to be working.
http://agileappscloud.info/aawiki/index.php/REST_API:Add_a_Note
Hi Farid Yar Khan,
As mentioned in the wiki it is working fine. Please find the below payload and URL which worked. In the payload type is objectname and related_to need to pass record id of the record.
URL: http://{domainName}/networking/rest/record/history Method: POST Headers: Content-Type:application/xml Payload: <visible_to_customer>0</visible_to_customer> DESCRIPTION <related_to type=“cases”>668909767</related_to> 29
Regards, Mounika