POST profile
Creates a new profile record.
URL
https://demo.onsocialcloud.com/api/profile
Parameters
category | The category name for the new profile |
subcategory | The subcategory name for the new profile |
parentId | Make this a child of the specified parent unique id |
title | The title of the profile |
summary | The brief description or summary of this profile |
description | The long description of this profile |
latitude | The latitude, in decimal form, of this profile |
longitude | The longitude, in decimal form, of this profile |
addressTo | The named location of this profile |
addressLine1 | The number and street address of this profile |
city | The city name of this profile |
state | The state abbreviation or province name of this profile |
country | The country name of this profile; defaults to UNITED STATES |
requestedBy | The name of an entity which requested this profile; typically for a project |
budget | The dollar amount of this profile; typically for a project |
privacy | The visibility of this profile, sometimes overridden by the category; public,members,private |
Example Request
https://www.concursive.com/api/profile?format=json
Example Result
[ { "status":{ "code":0, "name":"", "count":1, "total":1 }, "objectList":[ { "recordNumber":1, "recordName":"status", "statusId":15, "uniqueId":"new-unique-id" } ] } ]
Sign in to add your comment.