Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. var data = {
  2. "idUserRequest":0,
  3. "diver":{
  4. "name": formData.nome,
  5. "surname":formData.cognome,
  6. "account":{
  7. "id":2,
  8. "loginCount":0,
  9. "callToAction":-1
  10. },
  11. "contactInfo":{
  12. "tel":formData.telefono,
  13. "email":formData.email
  14. }
  15. },
  16. "numSub":formData.nrSub,
  17. "numNoSub":formData.nrNonSub,
  18. "startingDate":formData.data_partenza,
  19. "endingDate":formData.data_ritorno,
  20. "location":{
  21. "name":formData.citta,
  22. "idCountry":0
  23. },
  24. "idCoupon":formData.idCoupon,
  25. "title":formData.titolo,
  26. "numberOfQuotation":0,
  27. "numberOfNewQuotation":0,
  28. "numberOfNewMessages":0,
  29. "numberOfNewSelfMessages":0,
  30. "img":{
  31. "id":0,
  32. "name":"prova privan"
  33. },
  34. "idMaster":0,
  35. "msg":formData.messaggio,
  36. "lang":"IT"
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement