BisnodeService
A list of all methods in the BisnodeService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
BisnodeVGetEnrichmentsAsync |
BisnodeVGetEnrichmentsAsync
- HTTP Method:
GET
- Endpoint:
/api/v2/bisnode/{contactId}/enrichments
Parameters
Name | Type | Required | Description |
---|---|---|---|
contactId | string | ✅ | Contact identifier |
Return Type
List<EnrichmentVariableGroup>
Example Usage Code Snippet
using VoyadoEngage;
var client = new VoyadoEngageClient();
var response = await client.Bisnode.BisnodeVGetEnrichmentsAsync("contactId");
Console.WriteLine(response);
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs