Guest User

Untitled

a guest
Mar 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $result = civicrm_api3('Contact', 'create', array(
  2. 'contact_type' => "Individual",
  3. 'first_name' => "first",
  4. 'last_name' => "last",
  5. 'image_URL' => "<url>",
  6. ));
Add Comment
Please, Sign In to add comment