Advertisement
huyhung94

BeeIQ - Add contact

Jan 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.56 KB | None | 0 0
  1. POST /listeners/xxx HTTP/1.1
  2. Host: onaclover.beeiq.co
  3. Content-Type: application/json
  4.  
  5. {
  6.     "senderUser": "hainp@wefit.vn",
  7.     "data": [
  8.         {
  9.             "actionType": "add-contact",
  10.             "data": {
  11.                 "contactType": "customer",
  12.                 "type": 0,
  13.                 "name": "Hung 8",
  14.                 "gender": 1,
  15.                 "dateOfBirth": "1991-01-01",
  16.                 "emails": [
  17.                     {
  18.                         "value": "hungdh8@wefit.vn"
  19.                     }
  20.                 ],
  21.                 "phones": [
  22.                     {
  23.                         "value": "0377197998"
  24.                     }
  25.                 ],
  26.                 "cusFields": [
  27.                     {
  28.                         "name": "cms_user_id",
  29.                         "value": "27"
  30.                     }
  31.                 ]
  32.             }
  33.         }
  34.     ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement