Guest User

Untitled

a guest
Jan 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CRM.api3('Contact', 'create', {
  2. "contact_type": "Individual",
  3. "first_name": "John",
  4. "last_name": "Smith"
  5. }).done(function(result) {
  6. console.log(result);
  7. });
Add Comment
Please, Sign In to add comment