ContactoverviewService
A list of all methods in the ContactoverviewService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
ContactOverviewGetContactOverviewAsyncAsync | Get all information about a single contact by specifying either: - contactId - email and contactType - socialSecurityNumber and contactType - mobilePhone and contactType - customKey and contactType (the customKey must be configured by your supplier) - any and contactType - the any field can contain email, socialSecurityNumber, mobilePhone or the custom key (and are checked in that order) The dynamic fields of the response depend on your current Voyado configuration. |
ContactOverviewGetContactOverviewAsyncAsync
Get all information about a single contact by specifying either: - contactId - email and contactType - socialSecurityNumber and contactType - mobilePhone and contactType - customKey and contactType (the customKey must be configured by your supplier) - any and contactType - the any field can contain email, socialSecurityNumber, mobilePhone or the custom key (and are checked in that order) The dynamic fields of the response depend on your current Voyado configuration.
- HTTP Method:
GET
- Endpoint:
/api/v2/contactoverview
Parameters
Name | Type | Required | Description |
---|---|---|---|
contactType | string | ❌ | |
contactId | string | ❌ | |
string | ❌ | ||
socialSecurityNumber | string | ❌ | |
mobilePhone | string | ❌ | |
customKey | string | ❌ | |
any | string | ❌ |
Return Type
object
Example Usage Code Snippet
using VoyadoEngage;
var client = new VoyadoEngageClient();
var response = await client.Contactoverview.ContactOverviewGetContactOverviewAsyncAsync("contactType", "contactId", "email", "socialSecurityNumber", "mobilePhone", "customKey", "any");
Console.WriteLine(response);
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs