Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
Location Add
Description
Add a new location for your application. You have the ability to define a personal location by setting location security to private, or allow the location to be accessed by all members of your application by setting the property to open.
Endpoints
https://service.proxomo.com/v09/json/location
https://service.proxomo.com/v09/xml/location
HTTP Method
POST
Returns
String containing the ID of the newly created location.
JSON Sample
Request:
POST: https: //service.proxomo.com/v09/json/location
{
"Longitude": 100,
"Address1": "100 main",
"City": "Dallas",
"Latitude": 0,
"LocationSecurity": 1,
"Name": "Test Location Name"
}
Response:
"PmBKInQGW4YEwiWz"
"PmBKInQGW4YEwiWz"
