# Get Party v3.1

Get detailed company information with ReferenceId and retrieve additional information like eConnectPartyId and Chamber of Commerce Number (KvKnr).

# Header fields

Fieldname Description
SOAPAction Mandatory http://api.everbinding.nl/v3_1/GetParty

# Request fields

Fieldname Description
ReferenceId eConnect ReferenceId (XCNLxxxxxx, {schemeID}:{Id} like NL:KVK:nnnnnnnn)

# Example request

<?xml version="1.0" encoding="utf-8"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <Body>
        <GetParty xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.everbinding.nl/v3_1/">
            <ReferenceId>NL:KVK:ChamberNumber1</ReferenceId>
        </GetParty>
    </Body>
</Envelope>

# Response fields

Fieldname Description
Name Name of the company
ChamberNumber Dutch Chamber of Commerce number
Address Address
EConnectPartyId XCNLnnnn

# Response 200

<?xml version="1.0" encoding="utf-8"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <Body>
        <GetPartyResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.everbinding.nl/v3_1/">
            <Details>
                <ReferenceId>ReferenceId1</ReferenceId>
                <Name>Name1</Name>
                <ChamberNumber>ChamberNumber1</ChamberNumber>
                <Address>
                    <EstablishmentNumber>EstablishmentNumber1</EstablishmentNumber>
                    <StreetName>StreetName1</StreetName>
                    <HouseNumber>HouseNumber1</HouseNumber>
                    <HouseNumberAddition>HouseNumberAddition1</HouseNumberAddition>
                    <PostalCode>PostalCode1</PostalCode>
                    <Residence>Residence1</Residence>
                    <CountryCode>CountryCode1</CountryCode>
                </Address>
                <EConnectPartyId>EConnectPartyId1</EConnectPartyId>
            </Details>
        </GetPartyResponse>
    </Body>
</Envelope>
© 2024 eConnect International B.V.