REST API:Add a Note
From AgileApps Support Wiki
Revision as of 23:53, 18 May 2015 by imported>Aeric (Created page with "This examples uses the REST API to add a private note to an object record. :'''Method:''' <tt>POST</tt> :'''URI::''' <tt>{{platformURL}}/rest/record/history</tt> :'''xx::'...")
This examples uses the REST API to add a private note to an object record.
- Method: POST
- URI:: https://{yourDomain}/networking/rest/record/history
- xx::
<platform> <login> <userName>jim@acme.com</userName> <password>jimacme</password> </login> </platform>