-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbarcode.txt
More file actions
52 lines (50 loc) · 1.59 KB
/
barcode.txt
File metadata and controls
52 lines (50 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// Initial get request
{
[
{
"MaterialName": "Material1",
"MaterialId": "0000000000000000ABCDA001",
"LocationName": "RWH_S1_SZ_AL1",
"LocationId": "00000000000000001111A001",
"Quantity": "50",
"DeliveryLocationName": "IN4_SEC1",
"DeliveryLocationId": "00000000000000003333C001"
},
{
"MaterialName": "Material2",
"MaterialId": "0000000000000000ABCDB001",
"LocationName": "RWH_S1_SZ_AL2",
"LocationId": "00000000000000001111A001",
"Quantity": "10",
"DeliveryLocationName": "IN4_SEC1",
"DeliveryLocationId": "00000000000000003333C001"
},
{
"MaterialName": "Material3",
"MaterialId": "0000000000000000ABCDC001",
"LocationName": "RWH_S1_SZ_AL3",
"LocationId": "00000000000000002222B001",
"Quantity": "30",
"DeliveryLocationName": "IN4_SEC1",
"DeliveryLocationId": "00000000000000003333C001"
},
{
"MaterialName": "Material4",
"MaterialId": "0000000000000000ABCDD001",
"LocationName": "RWH_S1_SZ_AL4",
"LocationId": "00000000000000002222B001",
"Quantity": "20",
"DeliveryLocationName": "IN4_SEC1",
"DeliveryLocationId": "00000000000000003333C001"
},
{
"MaterialName": "Material5",
"MaterialId": "0000000000000000ABCDE001",
"LocationName": "RWH_S1_SZ_AL5",
"LocationId": "00000000000000002222B001",
"Quantity": "40",
"DeliveryLocationName": "IN4_SEC1",
"DeliveryLocationId": "00000000000000003333C001"
}
]
}