Advertisement
Guest User

Untitled

a guest
May 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.29 KB | None | 0 0
  1.  {
  2.   "eventName": "Eventname",
  3.   "eventType": "Aufführung",
  4.   "eventArtists": [
  5.     "Eventkünstler"
  6.   ],
  7.   "eventDescription": "Beschreibung des Event lalala",
  8.   "locationName": "Ortname",
  9.   "locationAddress": "Adresse des Ortes 1",
  10.   "locationCity": "Stadt des Ortes",
  11.   "locationPostcode": "1234",
  12.   "locationCountry": "Land des Ortes",
  13.   "hallName": "Saalname",
  14.   "termStartingAt": "2019-05-28T12:30",
  15.   "categories": [
  16.     {
  17.       "name": "Kategorie 1",
  18.       "price": 10,
  19.       "categoryId": "0"
  20.     },
  21.     {
  22.       "name": "Kategorie 2",
  23.       "price": 20,
  24.       "categoryId": "1"
  25.     },
  26.     {
  27.       "name": "Kategorie 3",
  28.       "price": 30,
  29.       "categoryId": "2"
  30.     },
  31.     {
  32.       "name": "Kategorie 4",
  33.       "price": 40,
  34.       "categoryId": "3"
  35.     },
  36.     {
  37.       "name": "Kategorie 5",
  38.       "price": 50,
  39.       "categoryId": "4"
  40.     }
  41.   ],
  42.   "sectors": {
  43.     "0": {
  44.       "sectorId": 0,
  45.       "name": "rechts vorne",
  46.       "xposition": 2,
  47.       "yposition": 0,
  48.       "normalSector": null,
  49.       "freeSeatingSector": {
  50.         "seatCount": 100,
  51.         "categoryId": "2"
  52.       }
  53.     },
  54.     "1": {
  55.       "sectorId": 1,
  56.       "name": "rechts Mitte",
  57.       "xposition": 2,
  58.       "yposition": 1,
  59.       "normalSector": null,
  60.       "freeSeatingSector": {
  61.         "seatCount": 50,
  62.         "categoryId": "1"
  63.       }
  64.     },
  65.     "2": {
  66.       "sectorId": 2,
  67.       "name": "Mitte vorne",
  68.       "xposition": 1,
  69.       "yposition": 0,
  70.       "normalSector": null,
  71.       "freeSeatingSector": {
  72.         "seatCount": 75,
  73.         "categoryId": "4"
  74.       }
  75.     },
  76.     "3": {
  77.       "sectorId": 3,
  78.       "name": "Mitte hinten",
  79.       "xposition": 1,
  80.       "yposition": 2,
  81.       "normalSector": {
  82.         "seats": [
  83.           {
  84.             "row": 1,
  85.             "seat": 2,
  86.             "categoryId": 3
  87.           },
  88.           {
  89.             "row": 1,
  90.             "seat": 3,
  91.             "categoryId": 3
  92.           },
  93.           {
  94.             "row": 1,
  95.             "seat": 4,
  96.             "categoryId": 3
  97.           },
  98.           {
  99.             "row": 2,
  100.             "seat": 2,
  101.             "categoryId": 2
  102.           },
  103.           {
  104.             "row": 2,
  105.             "seat": 3,
  106.             "categoryId": 2
  107.           },
  108.           {
  109.             "row": 2,
  110.             "seat": 4,
  111.             "categoryId": 2
  112.           },
  113.           {
  114.             "row": 5,
  115.             "seat": 1,
  116.             "categoryId": 1
  117.           },
  118.           {
  119.             "row": 5,
  120.             "seat": 5,
  121.             "categoryId": 1
  122.           },
  123.           {
  124.             "row": 3,
  125.             "seat": 2,
  126.             "categoryId": 2
  127.           },
  128.           {
  129.             "row": 3,
  130.             "seat": 3,
  131.             "categoryId": 2
  132.           },
  133.           {
  134.             "row": 3,
  135.             "seat": 4,
  136.             "categoryId": 2
  137.           },
  138.           {
  139.             "row": 6,
  140.             "seat": 1,
  141.             "categoryId": 0
  142.           },
  143.           {
  144.             "row": 6,
  145.             "seat": 2,
  146.             "categoryId": 0
  147.           },
  148.           {
  149.             "row": 6,
  150.             "seat": 4,
  151.             "categoryId": 0
  152.           },
  153.           {
  154.             "row": 6,
  155.             "seat": 5,
  156.             "categoryId": 0
  157.           },
  158.           {
  159.             "row": 7,
  160.             "seat": 1,
  161.             "categoryId": 0
  162.           },
  163.           {
  164.             "row": 7,
  165.             "seat": 2,
  166.             "categoryId": 0
  167.           },
  168.           {
  169.             "row": 7,
  170.             "seat": 4,
  171.             "categoryId": 0
  172.           },
  173.           {
  174.             "row": 7,
  175.             "seat": 5,
  176.             "categoryId": 0
  177.           },
  178.           {
  179.             "row": 4,
  180.             "seat": 3,
  181.             "categoryId": 1
  182.           }
  183.         ]
  184.       },
  185.       "freeSeatingSector": null
  186.     },
  187.     "4": {
  188.       "sectorId": 4,
  189.       "name": "links vorne",
  190.       "xposition": 0,
  191.       "yposition": 0,
  192.       "normalSector": null,
  193.       "freeSeatingSector": {
  194.         "seatCount": 100,
  195.         "categoryId": "2"
  196.       }
  197.     },
  198.     "5": {
  199.       "sectorId": 5,
  200.       "name": "links Mitte",
  201.       "xposition": 0,
  202.       "yposition": 1,
  203.       "normalSector": null,
  204.       "freeSeatingSector": {
  205.         "seatCount": 50,
  206.         "categoryId": "1"
  207.       }
  208.     }
  209.   }
  210. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement