Overview
Configuration is provided for establishing connections with Netvisor service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this task, we will show you step-by-step how to create a connection to Netvisor REST API using COZYROC's REST Connection Manager.
In this guide, we will show how to read data from the Netvisor service resource using the COZYROC REST Source component.
Configuration
The provided configuration handles the authentication aspect of communicating with the service. To invoke endpoints, specific to you integration needs, consider defining custom resources (to be used with REST Source and/or REST Destination) or use the REST Web Service Request Task. If you have suggestions for further improvements, we will be happy to hear your feedback.
Download the configuration from here. Then review the KB article posted here how to use the configuration.
Base URL address: https://isvapi.netvisor.fi
.
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- sender: Required. Specify sender.
- customerId: Required. Specify customerId.
- customerKey: Required. Specify customerKey.
- partnerId: Required. Specify partnerId.
- partnerKey: Required. Specify partnerKey.
- organisationId: Required. Specify organisationId.
- language: Required. Specify language.
The following request parameters will be automatically processed during the authentication process:
-
headers:
{{=Netvisor.getAuthentication(connection.serverHost + request.url)}}
Documentation: https://support.netvisor.fi/en/support/solutions/articles/77000557880-api-authentication.
Based on resource template Base.
- [Read Accounts] action
-
Endpoint URL address:
/accountlist.nv
.
The result is extracted from:{{=response.Root.AccountList.Accounts.Account}}
.Documentation: https://support.netvisor.fi/en/support/solutions/articles/77000554190-get-whole-account-list-accountlist-nv.
- NetvisorKey
Template: ShortText.
- Number
Template: ShortText.
- Name
Template: ShortText.
- AccountType
Template: ShortText.
- FatherNetvisorKey
Template: ShortText.
- IsActive
Template: ShortText.
- IsCumulative
Template: ShortText.
- Sort
Template: ShortText.
- EndSort
Template: ShortText.
- IsNaturalNegative
Template: ShortText.
- [Read] action
-
The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
_includeUserParameters:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses PUT method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- Id
Data type: DT_I8
- Number
Data type: DT_I4
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Data type: DT_DBDATE
Knowledge Base
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.