Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "Users" :[
  3. {
  4. "username": "Admin",
  5. "email": "",
  6. "cpf": "12345678910",
  7. "gender": "Not Declared",
  8. "adresses": [],
  9. "raffles": [
  10. {
  11. "raffleTitle": "sorteio de teste",
  12. "tickets": [[0, 500]],
  13. "winner": false
  14. }
  15. ]
  16. }
  17. ],
  18. "raffles": [
  19. {
  20. "isActive": false,
  21. "title": "sorteio de teste",
  22. "creationDate": "",
  23. "raffleDate": "",
  24. "pictures": [],
  25. "name": "",
  26. "description": "",
  27. "price": 0,
  28. "status": "pendent",
  29. "participantsLimit": 0,
  30. "minimumParticipantsNumber": 500,
  31. "numberOfTickets": 1000,
  32. "requiresAdress": false,
  33. "winner": "",
  34. "participants": [
  35. {
  36. "username": "Admin",
  37. "paymentConfirmed": true
  38. }
  39. ]
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement