POST api/WebsiteleadBlock?user={user}&password={password}&applicationName={applicationName}&companyId={companyId}
Bedrijf o.b.v. bedrijfsnummer blokkeren voor WebsiteLeads.
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 |
| companyId |
ID van het bedrijf in het DATA-Collectief. |
integer |
Vereist |
Body Parameters
None.
Response Information
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| Message |
Bericht resultaat WebsiteLead blokkeren |
string |
Geen |
Response Formats
application/json, text/json
Voorbeeld:
{
"Message": "voorbeeld string 1"
}
application/xml, text/xml
Voorbeeld:
<WebsiteleadBlockResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Message>voorbeeld string 1</Message> </WebsiteleadBlockResult>