-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestOrderData.txt
105 lines (95 loc) · 2.31 KB
/
TestOrderData.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---------------------------------Order 1---------------------------------
{
"name": "John Doe",
"email": "johndoe@example.com",
"password": "password123",
"street": "123 Main St",
"city": "Springfield",
"postalCode": "12345",
"products": [
{
"id": "528c10cf-dd18-4b20-9cd1-b221efec6c3c",
"Quantity": 2
},
{
"id": "528c10cf-dd18-4b20-9cd1-b111efec5c4c",
"Quantity": 1
}
]
}
---------------------------------Order 2---------------------------------
{
"name": "Jane Smith",
"email": "janesmith@example.com",
"password": "password456",
"street": "456 Elm St",
"city": "Shelbyville",
"postalCode": "67890",
"products": [
{
"id": "128c10cf-dd18-4b20-9cd1-b331efec7c5d",
"Quantity": 3
},
{
"id": "228c10cf-dd18-4b20-9cd1-b441efec8d6e",
"Quantity": 2
}
]
}
---------------------------------Order 3---------------------------------
{
"name": "Alice Brown",
"email": "alicebrown@example.com",
"password": "password789",
"street": "789 Oak St",
"city": "Capital City",
"postalCode": "11223",
"products": [
{
"id": "328c10cf-dd18-4b20-9cd1-b551efec9e7f",
"Quantity": 4
},
{
"id": "428c10cf-dd18-4b20-9cd1-b661efeca8f0",
"Quantity": 1
}
]
}
---------------------------------Order 4---------------------------------
{
"name": "Bob White",
"email": "bobwhite@example.com",
"password": "passwordabc",
"street": "321 Pine St",
"city": "Ogdenville",
"postalCode": "33445",
"products": [
{
"id": "528c10cf-dd18-4b20-9cd1-b771efecb9f1",
"Quantity": 5
},
{
"id": "628c10cf-dd18-4b20-9cd1-b881efec1a12",
"Quantity": 3
}
]
}
---------------------------------Order 5---------------------------------
{
"name": "Charlie Black",
"email": "charlieblack@example.com",
"password": "passwordxyz",
"street": "654 Cedar St",
"city": "North Haverbrook",
"postalCode": "55667",
"products": [
{
"id": "728c10cf-dd18-4b20-9cd1-b991efec2b23",
"Quantity": 2
},
{
"id": "828c10cf-dd18-4b20-9cd1-ba12efec3c34",
"Quantity": 6
}
]
}