Guest User

Untitled

a guest
Aug 20th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.63 KB | None | 0 0
  1. Array
  2. (
  3.     [contact_id] => 8481
  4.     [household_name] => Household 1
  5.     [contact_type] => Household
  6.     [api.phone.create] => Array
  7.         (
  8.             [0] => Array
  9.                 (
  10.                     [phone] => 111-111-1111
  11.                     [id] => 4705
  12.                     [location_type_id] => 1
  13.                     [phone_type_id] => 1
  14.                     [contact_id] => 8481
  15.                 )
  16.  
  17.             [1] => Array
  18.                 (
  19.                     [phone] => 222-222-2222
  20.                     [id] => 4706
  21.                     [location_type_id] => 1
  22.                     [phone_type_id] => 2
  23.                     [contact_id] => 8481
  24.                 )
  25.  
  26.         )
  27.  
  28.     [api.email.create] => Array
  29.         (
  30.             [0] => Array
  31.                 (
  32.                     [email] => a@b.c
  33.                     [id] => 3663
  34.                     [location_type_id] => 1
  35.                     [contact_id] => 8481
  36.                 )
  37.         )
  38.     [api.contact.create] => Array
  39.         (
  40.             [0] => Array
  41.                 (
  42.                     [contact_type] => Individual
  43.                     [first_name] => Person
  44.                     [last_name] => Household 1
  45.                     [contact_id] => 8482
  46.                     [api.phone.create] => Array
  47.                         (
  48.                             [0] => Array
  49.                                 (
  50.                                     [phone] => 333-333-3333
  51.                                     [location_type_id] => 1
  52.                                     [phone_type_id] => 1
  53.                                     [contact_id] => 8482
  54.                                     [is_primary] => 1
  55.                                 )
  56.                         )
  57.                     [api.note.create] => Array
  58.                         (
  59.                             [entity_table] => civicrm_contact
  60.                             [note] => MODIFIED WITH API ON Tue, 20 Aug 2013 15:43:55 -0400
  61.                             [entity_id] => 8482
  62.                             [contact_id] => 1
  63.                             [subject] => API NOTE
  64.                         )
  65.                     [api.relationship.create] => Array
  66.                         (
  67.                             [contact_id_a] => 8482
  68.                             [contact_id_b] => 8481
  69.                             [relationship_type_id] => 7
  70.                             [is_active] => 1
  71.                             [is_permission_a_b] => 0
  72.                             [is_permission_b_a] => 1
  73.                             [id] => 3207
  74.                         )
  75.                 )
  76.         )
  77.     [version] => 3
  78. )
Advertisement
Add Comment
Please, Sign In to add comment