Skip to content

Instantly share code, notes, and snippets.

@chadwilken
Created August 23, 2017 17:10
Show Gist options
  • Save chadwilken/a25e40e2004268dc10ec1bd1a64338b6 to your computer and use it in GitHub Desktop.
Save chadwilken/a25e40e2004268dc10ec1bd1a64338b6 to your computer and use it in GitHub Desktop.
An example request body for creating a project
{
"project": {
"name": "The Office",
"address": {
"street_address_1": "3793 West Trickery Rd",
"city": "Lincoln",
"state": "NE",
"postal_code": "68512",
"country": "US"
},
"coordinates":{
"lat": 34.398307,
"lon": -119.712367
},
"geofence": [{"lat": 32.0839993, "lon": 29.388843}, {"lat": 32.0839985, "lon": 29.388843}, {"lat": 32.0839980, "lon": 29.388843}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment