aboutsummaryrefslogtreecommitdiff
path: root/tests/replies/location.json
blob: 114307e03a84617017683be5233e853c275997f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "result": "success",
  "message": {
    "location": {
      "id": "1",
      "name": "My Resource",
      "description": "My Description",
      "icon_id": "1",
      "icon_color": "blue",
      "latitude": 40,
      "longitude": -70,
      "location_type": "Hydrant",
      "resources": [
        {
          "id": "1",
          "uri": "https://access.active911.com/interface/open_api/api/resources/1"
        }
      ]
    }
  }
}