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": "35c2a799-f97c-4341-aee4-8299913bf003",
"ContactId": 2,
"MemberId": 1,
"MemberStatus": 1
},
{
"ExtId": "35c2a799-f97c-4341-aee4-8299913bf003",
"ContactId": 2,
"MemberId": 1,
"MemberStatus": 1
},
{
"ExtId": "35c2a799-f97c-4341-aee4-8299913bf003",
"ContactId": 2,
"MemberId": 1,
"MemberStatus": 1
}
]
| Bundle(s) |
|---|
| Joining |