blob: 012417311dce7bd8f347d5cd8a8c37e3838261e7 [file] [log] [blame]
jingan8396f222017-03-20 23:00:25 -07001{
2 "device": [
3 {
4 "deviceid": "string1-deviceid",
janani b99fccd72017-07-13 19:14:44 +05305 "Customs-supervisor": "",
jingan8396f222017-03-20 23:00:25 -07006 "Merchandiser-supervisor": "string3",
7 "Warehouse-supervisor": [
8 "string41",
9 "string42",
10 "string43"
11 ],
12 "Trading-supervisor": "string4",
13 "Employee-id": [
14 "string41",
15 "string42",
16 "string43"
17 ],
18 "Material-supervisor": [
19 {
20 "name": "string5",
21 "departmentId": "string6"
22 }
23 ],
24 "Purchasing-supervisor": {
25 "purchasing-specialist": "string7",
26 "support": [
27 "string81",
28 "string82",
29 "string83"
30 ]
31 }
32 }
33 ]
34}