Create a new member with detail
There is no direct members resource that can be called to create a
member. Instead, a member is created when a POST request including
memberEmail
is sent to
/membervalues
, as long as that email has never been
assigned to a member.
This will include assignment of a number of other Member Values for System Variables that can subsequently be retrieved.
Typically, at time of creation, you may have other information to
provide for the member. By doing so with a new
memberEmail
, this can all be done together.
Example: POST /membervalues |
---|
|
Tip: You can specify the header
X-WebApi-Return-Resource=true
which will cause the full
Member Values to be returned in the response body. Use this header to extract
information such as the
memberId
for the newly created member.
Note: Including
effectiveDate
is optional but recommended if you know
when this information was valid. If you omit
effectiveDate
, the current time will be used.