post https://api.everlance.com/apps/v1/team_places
What's the purpose of this endpoint?
Create a new place.
How it works
A new team place is created.
Params
All of these parameters are described in the member model. For more information, please read that table first.
Parameter | Type | Required | Notes |
---|---|---|---|
name | string | yes | |
street_address | string | yes | |
city | string | yes | |
state | string | yes | |
zip_code | string | yes | |
country | string | yes | |
place_id | string | yes | Identifier you want to assign to this place |
lat | double | yes | Latitude |
lon | double | yes | Longitude |
What's next?
Please save the place token_id so you can then make additional API calls to get, update and archive the place.