From 04c3e8ab563b40c13202716eb51adca83fd53630 Mon Sep 17 00:00:00 2001 From: hunterowens Date: Mon, 16 Jul 2018 14:38:12 -0700 Subject: [PATCH] adding company name. Fixes #22 --- provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/README.md b/provider/README.md index 92029b82..42187a05 100644 --- a/provider/README.md +++ b/provider/README.md @@ -66,7 +66,7 @@ Response: | `location` | Point | Required | Must be in WGS 84 (EPSG:4326) standard GPS projection | | `battery_pct` | Float | Required if Applicable | Percent battery charge of device, expressed between 0 and 1 | | `associated_trips` | UUID | Optional based on device | For “Reserved” event types, associated trips (foreign key to Trips API) | - +| `company_name` | String | Required | Company Name | ### Event Types | event_type | event_type_description | reason | reason_description |