NAME

WebService::KvKAPI::BasicProfile - Instance of OpenAPI client for Basisprofiel API of the KvK.

VERSION

version 0.106

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Mintlab / Zaaksysteem.nl / xxllnc, see CONTRIBUTORS file for others.

This is free software, licensed under:

The European Union Public License (EUPL) v1.1

DESCRIPTION

A class that implements the Basisprofiel OpenAPI definition of the Dutch Chamber of Commerce

SYNOPSIS

use WebService::KvKAPI::BasicProfile;

my $api = WebService::KvKAPI::BasicProfile->new(
    # see WebService::KvKAPI->new()
);

$api->get_basic_profile($coc_number, $include_geo_data);
$api->get_owner($coc_number, $include_geo_data);
$api->get_main_location($coc_number, $include_geo_data);
$api->get_locations($coc_number);

METHODS

get_basic_profile

Get the basic information from a company by their KvK-nummer

get_owner

Get the owner information from a company by their KvK-nummer

get_main_location

Get the main location information from a company by their KvK-nummer

get_locations

Get all the locations from a company by their KvK-nummer