NameDescriptionTypeAdditional information
CustomerNumber

The customer number of the member. Must be UNIQUE within a club (if passed-in)! If this number is zero on creation of a member, the system will auto-generate the "next free number" within club. If a number is provided and unique, the system will take the provided one.

integer

Range: inclusive between 0 and 9,22337203685478E+18

CreationShop

Shop of creation

string

Max length: 30

User

User name. Must be UNIQUE within a club.

string

Max length: 100

Password

Password

string

Max length: 100

ClubId

The ID of the club.

integer

Required

Range: inclusive between 1 and 2147483647

EngineId

The ID of the Loyalty engine, to which the member shall be assigned. See "...api/loyalty2/engine/club/engines" for fetching all engines of a club. Also see "...Help/ResourceModel?modelName=EngineTypeIdentifier" to understand the type identifiers of engines.

integer

Required

Range: inclusive between 1 and 2147483647

FirstName

First name

string

Max length: 450

LastName

Last name

string

Max length: 450

Address

Address

string

Max length: 500

PostalCode

Postal code

string

Max length: 50

City

City

string

Max length: 500

Country

Country

string

Max length: 500

Gender

Gender

string

Max length: 1

Valid values: "M","F",null

BirthDate

Date of birth. Date-only / no UTC.

date

None.

Email

Email

string

Max length: 200

Phone

Phone number

string

Max length: 50

ReceiptByEmail

0 = Receive nothing 1 = Receive by both email and mobile 2 = Receive by email only 3 = Receive by mobile only

integer

None.

Notes

Additional notes

string

Max length: -1

IsActive

(Not)active identifier

boolean

Range: inclusive between false and true

Created

The creation date and time of the member in Coordinated Universal Time (UTC) Set by the system, if left empty.

date

None.

SignedUp

The sign-up date and time of the member in Coordinated Universal Time (UTC)

date

None.

DefaultShop

Default store

integer

None.

SocialSecurityNr

Social and serurity number

string

None.

TermsConditionsApproved

boolean

None.