GET https://api.legendonlineservices.co.uk/Joining/MemberExist?BarcodeOrMemberNo={BarcodeOrMemberNo}&Postcode={Postcode}&DateOfBirth={DateOfBirth}

Check if a member exists

Request Parameters

From Query Type Description
BarcodeOrMemberNo String Max 20 characters
Postcode String Optional. Max 12 characters
DateOfBirth DateTime Optional.

Response - (Status 200 - OK)

[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
Values
1 - Active
2 - Lapsed
3 - Pending
4 - Cancelled
5 - Guest




[
  {
    "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
  }
]

Remarks

At least Postcode or DateOfBirth must be supplied

Bundle(s)
Joining