Here you can download WSDL file
In order to use the API you must have a valid environment-specific user and customer ID's. All API requests must be made over HTTPS.REQUEST THE USER AND CUSTOMER ID'S
The Group Account Financials service should be used to retrieve group financial statements for a company.The input criteria should identify the company which can be done by submitting the country registration number, the DUNS number or the vat number.Note that the SOAP headers toCountry, fromCountry and language are mandatory as well as login information.The response includes general company data and the available group financial statements for the specific company. Note that there could be several statements in the response.Please refer to the WSDL file for detailed information about the data that each section contains.
Here you can download WSDL file
In order to use the API you must have a valid environment-specific user and customer ID's. All API requests must be made over HTTPS.REQUEST THE USER AND CUSTOMER ID'S
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:request="http://www.dnbnordic.com/brg/NRGGroupAccountFinancials/request" xmlns:brg="http://www.dnbnordic.com/brg"> <SOAP-ENV:Header> <brg:customerCode>BJA8</brg:customerCode> <brg:customerCodeOwner>XXXX</brg:customerCodeOwner> <brg:userId>DPFI</brg:userId> <brg:userPassword>XXXX</brg:userPassword> <request:language>fi</request:language> <request:toCountry>fi</request:toCountry> <request:fromCountry>fi</request:fromCountry> </SOAP-ENV:Header> <SOAP-ENV:Body> <request:nRGGroupAccountFinancialsRequest> <request:criteria> <request:dunsNumber>XX-XXX-XXXX</request:dunsNumber> </request:criteria> </request:nRGGroupAccountFinancialsRequest> </SOAP-ENV:Body> </SOAP-ENV:Envelope>