Advertisement
sergeuniquite

Untitled

Jul 10th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. // метод удаления контакта
  2. document/delete?id=
  3.  
  4. //метод редактирования контакта
  5. action/save?id=
  6.  
  7. {
  8. contact: {
  9.     'name': name,
  10.     'rank': rank,
  11.     'company': company,
  12.     'mail': mail,
  13.     'phoneHome': phoneHome,
  14.     'phoneMob': phoneMob,
  15.     'comment': comment,
  16.     'address': address
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement