Guest User

Untitled

a guest
May 21st, 2019
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.46 KB | None | 0 0
  1. [
  2.   {
  3.     "guid": "0001",
  4.     "nazevaktivity": "Aktivita1",
  5.     "caszacatku": "201-05-21 19:00:00",
  6.     "pocetucastniku": 2,
  7.     "kapacitaservisu": 3,
  8.     "Objednavky": [
  9.       {
  10.         "referenceSAGUID": "0001",
  11.         "guid": "12354",
  12.         "externiID": "321as",
  13.         "stav": 0,
  14.         "Polozky": [
  15.           {
  16.             "referenceordguid": "12354",
  17.             "guid": "101",
  18.             "popis": "Regular1",
  19.             "cena": "251 CZK",
  20.             "pocet": 1
  21.           },
  22.           {
  23.             "referenceordguid": "12354",
  24.             "guid": "101",
  25.             "popis": "Regular1",
  26.             "cena": "251 CZK",
  27.             "pocet": 1
  28.           }
  29.         ]
  30.       },
  31.       {
  32.         "referenceGUID": "0001",
  33.         "guid": "1235",
  34.         "externiID": "32as",
  35.         "stav": 1,
  36.         "batter": [
  37.           {
  38.             "referenceordguid": "12354",
  39.             "guid": "101",
  40.             "popis": "Regular1",
  41.             "cena": "251 CZK",
  42.             "pocet": 1
  43.           },
  44.           {
  45.             "referenceordguid": "12354",
  46.             "guid": "101",
  47.             "popis": "Regular1",
  48.             "cena": "251 CZK",
  49.             "pocet": 1
  50.           }
  51.         ]
  52.       }
  53.     ]
  54.   },
  55.   {
  56.     "guid": "0002",
  57.     "nazevaktivity": "Aktivita2",
  58.     "caszacatku": "201-05-21 10:00:00",
  59.     "pocetucastniku": 1,
  60.     "kapacitaservisu": 8,
  61.     "Objednavky": [
  62.       {
  63.         "referenceSAGUID": "0002",
  64.         "guid": "12354",
  65.         "externiID": "321as",
  66.         "stav": 0,
  67.         "Polozky": [
  68.           {
  69.             "referenceordguid": "12354",
  70.             "guid": "101",
  71.             "popis": "Regular1",
  72.             "cena": "51 CZK",
  73.             "pocet": 1
  74.           },
  75.           {
  76.             "referenceordguid": "12354",
  77.             "guid": "101",
  78.             "popis": "Regular4",
  79.             "cena": "25 CZK",
  80.             "pocet": 3
  81.           }
  82.         ]
  83.       },
  84.       {
  85.         "referenceGUID": "0001",
  86.         "guid": "1235",
  87.         "externiID": "32as",
  88.         "stav": 1,
  89.         "batter": [
  90.           {
  91.             "referenceordguid": "12354",
  92.             "guid": "101",
  93.             "popis": "Regular5",
  94.             "cena": "251 CZK",
  95.             "pocet": 1
  96.           },
  97.           {
  98.             "referenceordguid": "12354",
  99.             "guid": "101",
  100.             "popis": "Regular8",
  101.             "cena": "251 CZK",
  102.             "pocet": 1
  103.           }
  104.         ]
  105.       }
  106.     ]
  107.   }
  108. ]
Advertisement
Add Comment
Please, Sign In to add comment