GET https://api.legendonlineservices.co.uk/Contacts/{Id}/ThirdPartyIdentifier

Gets the third party identifier value for a contact ID

Request Parameters

From Path Type Description
Id Guid Contact ID

Response - (Status 200 - OK)

ContactGetThirdPartyIdentifierResponseModel

Name Type Description
Id Guid Contact ID that the third party identifier is for
ThirdPartyIdentifier String Third party identifier value




{
  "Id": "9114f3d3-f141-4f09-831b-07d5145a0e89",
  "ThirdPartyIdentifier": "sample string 2"
}

Remarks

If the contact is not found or does not have a third party identifier set then a 404 Not Found response will be returned

Bundle(s)
Joining