Advertisement
RemcoE33

Discord help - JSON

Feb 12th, 2023
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.49 KB | None | 0 0
  1. {
  2.   "FbPurch":
  3.   {
  4.     "Element":
  5.     {
  6.       "Fields":
  7.       {
  8.         "OrNu": "112233",
  9.         "OrDa": "2023-11-10",
  10.         "CrId": "50001",
  11.         "Ds": "Some description"
  12.       },
  13.       "Objects":
  14.       [
  15.         {
  16.           "FbPurchLines":
  17.           {
  18.             "Element":
  19.             [
  20.               {
  21.                 "Fields":
  22.                 {
  23.                   "VaIt": "6",
  24.                   "ItCd": "ABC-111",
  25.                   "Ds": "Projectcosts"
  26.                 },
  27.                 "Objects":
  28.                 [
  29.                   {
  30.                     "FbOrderBatchLines":
  31.                     {
  32.                       "Element":
  33.                       {
  34.                         "Fields":
  35.                         {
  36.                           "BaNu": "76",
  37.                           "BiUn": "PSC",
  38.                           "QuUn": "1"
  39.                         }
  40.                       }
  41.                     }
  42.                   },
  43.                   {
  44.                     "FbOrderSerialLines":
  45.                     {
  46.                       "Element":
  47.                       {
  48.                         "Fields":
  49.                         {
  50.                           "SeNu": "23487240873",
  51.                           "BiUn": "PCS",
  52.                           "QuUn": "4"
  53.                         }
  54.                       }
  55.                     }
  56.                   }
  57.                 ]
  58.               },
  59.               {
  60.                 "Fields":
  61.                 {
  62.                   "VaIt": "7",
  63.                   "ItCd": "CBA-999",
  64.                   "Ds": "Cabin"
  65.                 },
  66.                 "Objects":
  67.                 [
  68.                   {
  69.                     "FbOrderBatchLines":
  70.                     {
  71.                       "Element":
  72.                       [
  73.                         {
  74.                           "Fields":
  75.                           {
  76.                             "BaNu": "77",
  77.                             "BiUn": "PCS",
  78.                             "QuUn": "7"
  79.                           }
  80.                         },
  81.                         {
  82.                           "Fields":
  83.                           {
  84.                             "BaNu": "79",
  85.                             "BiUn": "PCS",
  86.                             "QuUn": "8"
  87.                           }
  88.                         }
  89.                       ]
  90.                     }
  91.                   }
  92.                 ]
  93.               }
  94.             ]
  95.           }
  96.         }
  97.       ]
  98.     }
  99.   }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement