GET api/LiquidContentAttributes?user={user}&password={password}&applicationName={applicationName}&IPaddress={IPaddress}
Onsite retargeting wordt mogelijk gemaakt, deze aanvraag geeft namelijk bedrijfskenmerken en labels terug o.b.v.een geleverd IP-adres.
Request Information
URI Parameters
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| user |
E-mailadres van Mijn DATA-collectief account. |
string |
Vereist |
| password |
Wachtwoord API koppeling. |
string |
Vereist |
| applicationName |
Applicatienaam API koppeling. |
string |
Vereist |
| IPaddress |
IP-adres van website bezoek. |
string |
Vereist |
Body Parameters
None.
Response Information
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| Zipcode |
Postcode |
string |
Geen |
| City |
Plaats |
string |
Geen |
| ProvinceID |
Provinciecode (DR,FL,FR,GL,GR,LI,NB,NH,OV,UT,ZH,ZL) |
string |
Geen |
| BrancheID |
Branchecode, de bijbehorende omschrijving kan worden opgehaald via de BaseTableBranche aanvraag |
string |
Geen |
| EmployeeID |
Aantal medewerkerscode, de bijbehorende omschrijving kan worden opgehaald via de BaseTableEmployee aanvraag |
string |
Geen |
| LegalFormID |
Rechtsvorm, de bijbehorende omschrijving kan worden opgehaald via de BaseTableimportExport aanvraag |
string |
Geen |
| FoundationDate |
Oprichtingsdatum |
date |
Geen |
| Labels |
Lijst met gekoppelde Mijn DATA-collectief labels |
Verzameling van string |
Geen |
Response Formats
application/json, text/json
{
"Zipcode": "voorbeeld string 1",
"City": "voorbeeld string 2",
"ProvinceID": "voorbeeld string 3",
"BrancheID": "voorbeeld string 4",
"EmployeeID": "voorbeeld string 5",
"LegalFormID": "voorbeeld string 6",
"FoundationDate": "2025-10-23T05:48:42.7718269+00:00",
"Labels": [
"voorbeeld string 1",
"voorbeeld string 2"
]
}
application/xml, text/xml
<LiquidContentAttributesResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Zipcode>voorbeeld string 1</Zipcode>
<City>voorbeeld string 2</City>
<ProvinceID>voorbeeld string 3</ProvinceID>
<BrancheID>voorbeeld string 4</BrancheID>
<EmployeeID>voorbeeld string 5</EmployeeID>
<LegalFormID>voorbeeld string 6</LegalFormID>
<FoundationDate>2025-10-23T05:48:42.7718269+00:00</FoundationDate>
<Labels>
<string>voorbeeld string 1</string>
<string>voorbeeld string 2</string>
</Labels>
</LiquidContentAttributesResult>