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

Version 1 Next »

Only available in v0.2.x

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

Resource URL

Create a new affiliation object.

PUT /affiliations/:id
ANY /affiliations/:id?_method=PUT

Parameters

Table of allowed parameters.

firstnameString 
middlenamestring 
surnamestring 
preferred_namestring 
usernamestring 
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