GET https://api.legendonlineservices.co.uk/Joining/MemberExistByThirdParty?ThirdPartyContactIdentifierValue={ThirdPartyContactIdentifierValue}

Return contact info based on 3rd party identifier

Request Parameters

From Query Type Description
ThirdPartyContactIdentifierValue String Id of contact assigned by third party - Max 200 characters

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": "1241dde2-9bf1-49f7-a720-1656125528fe",
    "ContactId": 2,
    "MemberId": 1,
    "MemberStatus": 1
  },
  {
    "ExtId": "1241dde2-9bf1-49f7-a720-1656125528fe",
    "ContactId": 2,
    "MemberId": 1,
    "MemberStatus": 1
  },
  {
    "ExtId": "1241dde2-9bf1-49f7-a720-1656125528fe",
    "ContactId": 2,
    "MemberId": 1,
    "MemberStatus": 1
  }
]

Bundle(s)
Joining