API endpoints
- https://www.bisgateway.com/brg/services/NRGFamilyTree - production environment
Simple API request example
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:request="http://www.dnbnordic.com/brg/NRGFamilyTree/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> </SOAP-ENV:Header> <SOAP-ENV:Body> <request:nRGFamilyTreeRequest> <request:organisationNumber>5564855582</request:organisationNumber> </request:nRGFamilyTreeRequest> </SOAP-ENV:Body> </SOAP-ENV:Envelope>