]> git.evergreen-ils.org Git - working/Evergreen.git/blob - edi_scratch/ftx_test.jedi
Tons of EDI test files
[working/Evergreen.git] / edi_scratch / ftx_test.jedi
1  
2  {
3     "recipient":"1556150",
4     "sender":"6666666",
5     "body": [{
6       "ORDERS":[ "order", {
7          "po_number":8,
8          "date":"20100610",
9          "buyer":[{                "id":"6666666"        }],
10          "vendor":[             "1556150",
11              {"id-qualifier": 92, "id":"8"}
12          ],
13          "currency":"USD",
14          "items":[
15          
16          {
17              "identifiers":[
18                  {"id-qualifier":"EN","id":"9780446360272"},
19                  {"id-qualifier":"SA","id":"57"},
20                  {"id-qualifier":"IB","id":"0446360279"}
21              ],
22              "price":4.50,
23              "desc":[
24                  {"BTI":"Webster's new world thesaurus :"}, 
25                  {"BPU":"Warner Books, Inc.,"},
26                  {"BPD":"1990."},
27                  {"BPH":"xv, 494 p. ;"}
28              ],
29              "quantity":8,
30              // "FTX":[ { "4451": "LIN", "C108": {"4440": "This is a TEST! zzz!"} } ]
31              "FTX": { "4451": "LIN", "C108": {"4440": "This is a TEST! zzz!"} }
32          },        
33          {
34              "identifiers":[
35                  {"id-qualifier":"SA","id":"59"},
36                  {"id-qualifier":"IB","id":"0446831832"},
37                  {"id-qualifier":"EN","id":"9780446357197"}
38              ],
39              "price":7.99,
40              "desc":[
41                  {"BTI":"The world is full of divorced women /"}, 
42                  {"BPU":"Warner Books,"},
43                  {"BPD":"c1980."},
44                  {"BPH":"413 p. ;"}
45              ],
46              "quantity":10
47          },        
48          {
49              "identifiers":[
50                  {"id-qualifier":"SA","id":"60"},
51                  {"id-qualifier":"IB","id":"0446350109"},
52                  {"id-qualifier":"EN","id":"9780446350105"}
53              ],
54              "price":8.75,
55              "desc":[
56                  {"BTI":"Windmills of the gods /"}, 
57                  {"BPU":"Warner Books,"},
58                  {"BPD":"1988, c1987."},
59                  {"BPH":"xiii, 434 p. ;"}
60              ],
61              "quantity":5
62          }        
63          ],
64          "line_items":3
65       }]  
66     }]    
67  }
68  
69