Integration Solutions
Integrated Nordic Business Key
Integrations with NBK gives you a number of oppportunities
- Ability to integrate to CRM system
- Nordic Business Key gives you a good basis for analyzing your market customers and target groups
- Daily updates
- Three versions to suit your needs: Large, Medium and Small
- Reliable credit through Soliditet AAA
- Name of executives in key areas of responsibility
- Own market-based industry structure – Bisnode Branch
Large:
https://webservice.soliditet.se/brg/services/NBKReportServiceLarge?wsdl
Medium:
https://webservice.soliditet.se/brg/services/NBKReportServiceMedium?wsdl
Small:
https://webservice.soliditet.se/brg/services/NBKReportServiceSmall?wsdl
Link to: NBK Nordic_Koder_klartexter.xlsx
Link to: NBK Nordic_Small_Medium_Large_Nordic.pdf
SoapHeader:
<soapenv:Header>
<brg:includeEmptyFields>?</brg:includeEmptyFields>
<brg:includeFieldDisplayName>true</brg:includeFieldDisplayName>
<brg:fieldDisplayNameLanguage>sv</brg:fieldDisplayNameLanguage>
</soapenv:Header>
includeEmptyFields: true/false (default false). If true, all fields will be displayed no matter if they have a value or not.
includeFieldDisplayName: true/false (default false). If true, will add an attribut that will show fieldnames in plain text
fieldDisplayNameLanguage: sv/da/fi/no/en Language that the field above will show its field name in.
Identity:
<req:identity>
<req:user></req:user>
<req:password></req:password>
<req:transactionId>?</req:transactionId>
</req:identity>
user: uniqe userid., specifik to the customer.
password: uniqe password set by Soliditet Customer Service
transactionId: not in use today.
Report Criteria
<req:reportCriteria>
<req:startPos>0</req:startPos>
<!--Optional:-->
<req:pageSize>20</req:pageSize>
<req:buyReport>true</req:buyReport>
<req:language>SV</req:language
<req:reportCriteria>
startPos: starting position in the hit list
pageSize: number of hits per request (limited to a maximum of 50 in the webservice configuration)
buyReport: true/false . If true, the answer will contain a report, otherwise the default is a hit list.
language: language for plaintext in the report
countries/country: country for the the requested search
Criteria:
freetext: search in co indexed fields (name, duns, orgnr,town, address, osv.)
Greater and lesser than
You can use XML-encoding and use these characters:
'<' = '<'
'>'= '>'
Example:
Turnover greater than 1 million
<req:turnover>> 1000</req:turnover>
Turnover less than 1 million
<req:turnover>< 1000</req:turnover>



