Check if a member exists
From Query | Type | Description |
---|---|---|
BarcodeOrMemberNo | String | Max 20 characters |
Postcode | String | Optional. Max 12 characters |
DateOfBirth | DateTime | Optional. |
[MemberExistResultModel]
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
ContactId | Int32 | The Members ContactId | ||||||
ExtId | Guid | The Contact Guid - a guid that uniquely identifies the Member | ||||||
MemberId | Int32 | The Members MemberId - null if member does not exist | ||||||
MemberStatus | Status of the member - null if member does not exist | |||||||
|
[ { "ExtId": "ea762676-aac5-4ab6-afc8-7fc16576bf52", "ContactId": 2, "MemberId": 1, "MemberStatus": 1 }, { "ExtId": "ea762676-aac5-4ab6-afc8-7fc16576bf52", "ContactId": 2, "MemberId": 1, "MemberStatus": 1 }, { "ExtId": "ea762676-aac5-4ab6-afc8-7fc16576bf52", "ContactId": 2, "MemberId": 1, "MemberStatus": 1 } ]
Bundle(s) |
---|
Joining |