Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Only available in v0.2.x

The following endpoint is currently unavailable. It will be released in version 0.2.x with the mobile applications.

Resource URL

Create a new contact object.

POST /contacts

Parameters

Table of allowed parameters. Underlined parameters are required.

firstnameString 
middlenamestring 
surnamestring 
preferred_namestring 
usernamestringMust be unique. Otherwise you will get invalid_request
passwordstring 
titlestring 
salutationstring 
commentsstring 
statusunsigned intThis must point to a valid affiliation status id, otherwise you will get an invalid_request
standingstringMust be potential, interested, active or inactive, otherwise you will get an invalid_request.

Handling the response

Returns the created milestone. Please see get contact for details regarding handling of the response.

  • No labels