aboutsummaryrefslogtreecommitdiff
path: root/tests/replies/locations.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2016-01-03 18:33:18 -0500
committerBen Burwell <ben@benburwell.com>2016-01-03 18:33:18 -0500
commit7ae1d77739fa57a8f17e350a80a4e384dfdd4c0b (patch)
tree56ed225e94fbcf0545d76bd9b71e2d24e26b16b8 /tests/replies/locations.json
parent05337261ffb4abfb0fbbb9c775ccad0e28645692 (diff)
parentd82f3d0034d062fb8e76d3b2ef31f7f14c087df8 (diff)
Merge pull request #2 from benburwell/develop
Update to new version of Active911
Diffstat (limited to 'tests/replies/locations.json')
-rw-r--r--tests/replies/locations.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/replies/locations.json b/tests/replies/locations.json
new file mode 100644
index 0000000..ec12c28
--- /dev/null
+++ b/tests/replies/locations.json
@@ -0,0 +1,11 @@
+{
+ "result": "success",
+ "message": {
+ "locations": [
+ {
+ "id": "1",
+ "uri": "https://access.active911.com/interface/open_api/api/locations/1"
+ }
+ ]
+ }
+}