Return contact info based on 3rd party identifier
| From Query | Type | Description |
|---|---|---|
| ThirdPartyContactIdentifierValue | String | Id of contact assigned by third party - Max 200 characters |
[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": "0ce70a40-affb-4721-af5d-6032130fb729",
"ContactId": 2,
"MemberId": 1,
"MemberStatus": 1
},
{
"ExtId": "0ce70a40-affb-4721-af5d-6032130fb729",
"ContactId": 2,
"MemberId": 1,
"MemberStatus": 1
},
{
"ExtId": "0ce70a40-affb-4721-af5d-6032130fb729",
"ContactId": 2,
"MemberId": 1,
"MemberStatus": 1
}
]
| Bundle(s) |
|---|
| Joining |