Advertisement
thuannt9x

[API] Add Listing Team Member

Aug 3rd, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. //sucesss
  2. {
  3.   "success": true,
  4.   "message": "",
  5.   "data": null,
  6.   "code": 200
  7. }
  8.  
  9. // user existed in HC system
  10. {
  11.   "success": true,
  12.   "message": "User already found in the system: Nguyen Thuan (thuannt1993@gmail.com\\/101655955995), is this the correct user you’d like to invite?",
  13.   "data": {
  14.     "USER_ID": "580",
  15.     "LISTING_ID": "38",
  16.     "USER_ROLE_ID": "LISTINGTEAM"
  17.   },
  18.   "code": 202
  19. }
  20.  
  21. //user existed in team
  22. {
  23.   "success": false,
  24.   "message": "This user is already added to your team list. Please check again.",
  25.   "data": null,
  26.   "code": 409
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement