Documentation for Developers by Developers

Select a Platform

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"

So many developers use Proxomo What are you waiting for?

SIGN ME UP