Skip to main content

BisnodeService

A list of all methods in the BisnodeService service. Click on the method name to view detailed information about that method.

MethodsDescription
BisnodeVGetEnrichmentsAsync

BisnodeVGetEnrichmentsAsync

  • HTTP Method: GET
  • Endpoint: /api/v2/bisnode/{contactId}/enrichments

Parameters

NameTypeRequiredDescription
contactIdstringContact 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

Start for Free →