Advertisement
RyanFarley

Untitled

Feb 25th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. For accounts (this returns pages of 100 at a time):
  2. https://chapman.crmcloud.infor.com/sdata/slx/dynamic/-/accounts?format=json
  3.  
  4. For a specific account: ("A4CHTA0025F7" is the account record ID)
  5. https://chapman.crmcloud.infor.com/sdata/slx/dynamic/-/accounts('A4CHTA0025F7')?format=json
  6.  
  7. Similarly, for a contact, you could replace "accounts" with "contacts":
  8. https://chapman.crmcloud.infor.com/sdata/slx/dynamic/-/contacts?format=json
  9.  
  10. Or a single contact:
  11. https://chapman.crmcloud.infor.com/sdata/slx/dynamic/-/contacts('C0N53A00002S')?format=json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement