Documentation for Developers by Developers

Select a Platform

Location AppData Add

Description

Adds a new AppData record to a location.

Endpoints

https://service.proxomo.com/v09/json/location/{LocationID}/appdata
https://service.proxomo.com/v09/xml/location/{LocationID}/appdata
 

HTTP Method

POST
 

URL Parameters

Name Data Type Required? Notes
LocationID String Yes Unique identifier of a location record.

Returns

String containing the ID of the newly created record.

 

iOS Location AppData Add

Examples

[data Add:loc];

JSON Sample

Request:
POST: https: //service.proxomo.com/v09/json/location/FOpXQ4qFDerzSIYK/appdata
{
    "Key": "Location",
    "Value": "Test Value",
    "ObjectType": "PROXOMO"
}

Response:
"3mKbxpUmeALXccMf"

So many developers use Proxomo What are you waiting for?

SIGN ME UP