Guest User

Untitled

a guest
Sep 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "events" : [
  3. {
  4. "id": "afed620a-29fe-48c1-94d9-43d337c7a652",
  5. "name": "Belgium F2 Futures",
  6. "circuit": {
  7. "id": 1,
  8. "name": "Pro"
  9. },
  10. "entryDeadline": 10,
  11. "country": "Belgium",
  12. "city": "Antwerp",
  13. "startDate": "9/18/2018 9:00:00 AM",
  14. "endDate": "9/20/2018 6:00:00 PM",
  15. "surface": {
  16. "id" : 1,
  17. "name" : "Clay"
  18. },
  19. "indoor": false,
  20. "grade": null,
  21. "prize" : {
  22. "currencySymbol" : "$",
  23. "currency": "USD",
  24. "value" : 25000.00
  25. }
  26. },
  27. {
  28. "id": "9048b6c9-b7c7-4e66-be82-500cc08e7b69",
  29. "name": "ITF Junior Alger Mehdi Bouras",
  30. "circuit": {
  31. "id": 2,
  32. "name": "Junior"
  33. },
  34. "entryDeadline": 10,
  35. "country": "Spain",
  36. "city": "Madrid",
  37. "startDate": "6/25/2019 9:00:00 AM",
  38. "endDate": "7/01/2018 6:00:00 PM",
  39. "surface": {
  40. "id" : 1,
  41. "name" : "Clay"
  42. },
  43. "indoor": false,
  44. "grade": 4,
  45. "prize" : null,
  46. "currency": null
  47. }
  48. ]
  49. }
Add Comment
Please, Sign In to add comment