-
Notifications
You must be signed in to change notification settings - Fork 0
/
Output GET Filter.json
86 lines (86 loc) · 2.1 KB
/
Output GET Filter.json
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
[
{
"customerID": "AROUT",
"companyName": "Around the Horn",
"contactName": "Mohammed Saied",
"contactTitle": "Sales Representative",
"address": "120 Hanover Sq.",
"city": "London",
"region": null,
"postalCode": "WA1 1DP",
"country": "UK",
"phone": "(171) 555-7788",
"fax": "(171) 555-6750",
"orders": []
},
{
"customerID": "BSBEV",
"companyName": "B's Beverages",
"contactName": "Victoria Ashworth",
"contactTitle": "Sales Representative",
"address": "Fauntleroy Circus",
"city": "London",
"region": null,
"postalCode": "EC2 5NT",
"country": "UK",
"phone": "(171) 555-1212",
"fax": null,
"orders": []
},
{
"customerID": "CONSH",
"companyName": "Consolidated Holdings",
"contactName": "Elizabeth Brown",
"contactTitle": "Sales Representative",
"address": "Berkeley Gardens 12 Brewery",
"city": "London",
"region": null,
"postalCode": "WX1 6LT",
"country": "UK",
"phone": "(171) 555-2282",
"fax": "(171) 555-9199",
"orders": []
},
{
"customerID": "EASTC",
"companyName": "Eastern Connection",
"contactName": "Ann Devon",
"contactTitle": "Sales Agent",
"address": "35 King George",
"city": "London",
"region": null,
"postalCode": "WX3 6FW",
"country": "UK",
"phone": "(171) 555-0297",
"fax": "(171) 555-3373",
"orders": []
},
{
"customerID": "NORTS",
"companyName": "North/South",
"contactName": "Simon Crowther",
"contactTitle": "Sales Associate",
"address": "South House 300 Queensbridge",
"city": "London",
"region": null,
"postalCode": "SW7 1RZ",
"country": "UK",
"phone": "(171) 555-7733",
"fax": "(171) 555-2530",
"orders": []
},
{
"customerID": "SEVES",
"companyName": "Seven Seas Imports",
"contactName": "Hari Kumar",
"contactTitle": "Sales Manager",
"address": "90 Wadhurst Rd.",
"city": "London",
"region": null,
"postalCode": "OX15 4NB",
"country": "UK",
"phone": "(171) 555-1717",
"fax": "(171) 555-5646",
"orders": []
}
]