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": "ce8f4304-528d-4a62-a91c-bea2aa9ab3f3", "ContactId": 2, "MemberId": 1, "MemberStatus": 1 }, { "ExtId": "ce8f4304-528d-4a62-a91c-bea2aa9ab3f3", "ContactId": 2, "MemberId": 1, "MemberStatus": 1 }, { "ExtId": "ce8f4304-528d-4a62-a91c-bea2aa9ab3f3", "ContactId": 2, "MemberId": 1, "MemberStatus": 1 } ]
Bundle(s) |
---|
Joining |