AgileApps Support Wiki Pre Release

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::'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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::
<syntaxhighlight lang="xml" enclose="div">

<platform>

  <login>
      <userName>jim@acme.com</userName>
      <password>jimacme</password>
  </login>

</platform> </syntaxhighlight>