Documentation for Developers by Developers

Select a Platform

Person AppData Add

Description

Adds a new AppData record to a Person record.

Endpoints

https://service.proxomo.com/v09/json/person/{PersonID}/appdata
https://service.proxomo.com/v09/xml/person/{PersonID}/appdata
 

HTTP Method

POST
 

URL Parameters

Name Data Type Required Notes
PersonID String Yes Unique identifier of the Person to add the new AppData record to.

Returns

String containing the ID of the newly created record.

 

iOS Person AppData Add

Examples

[appData Add:_userContext];

JSON Sample

Request:
POST: https: //service.proxomo.com/v09/json/person/OP511111L6bZageg/appdata
{
    "Key": "PersonKey-1",
    "Value": "PersonData-1",
    "ObjectType": "PROXOMO"
}

Response:
"D51O4vOBgMGWxJse"

So many developers use Proxomo What are you waiting for?

SIGN ME UP