forked from timlanedev/api-offices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
offices.json
35 lines (35 loc) · 897 Bytes
/
offices.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
[
{
"id": "1",
"office": "Western Region Office",
"address_1": "223 Acme Lane",
"address_2": "",
"city": "Walla Walla",
"state": "Washington",
"zip": "99929",
"phone": "555-523-2233",
"email": "[email protected]"
},
{
"id": "2",
"office": "Soutern Region Office",
"address_1": "1192 Smith Street",
"address_2": "Suite 2200",
"city": "Billsworth",
"state": "Tennessee",
"zip": "43022",
"phone": "555-232-3323",
"email": "[email protected]"
},
{
"id": "3",
"office": "Headquarters",
"address_1": "19809 3rd Ave. ",
"address_2": "",
"city": "Washington",
"state": "DC",
"zip": "20006",
"phone": "555-233-9499",
"email": "[email protected]"
}
]