Skip to content

Commit

Permalink
Add required elements for Dun & Bradstreet Deutschland
Browse files Browse the repository at this point in the history
Inferred from their webform.
  • Loading branch information
baltpeter authored May 16, 2022
1 parent 97eb848 commit 5a8ee52
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions companies/dud-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@
"https://hello.dnb.com/rs/145-JUC-481/images/2022-02-21_Datenschutzhinweise-Auskunftsdatenbestand_DE.pdf",
"https://www-prod.dnb.com/de-de/datenschutz/ihre-rechte-als-betroffener/selbstauskunft-widerspruch/selbstauskunft-fuer-privatperson-oder-unternehmen/selbstauskunft-privatperson/"
],
"required-elements": [
{
"desc": "Name",
"type": "name",
"optional": false
},
{
"desc": "E-Mail-Adresse",
"type": "email",
"optional": false
},
{
"desc": "Adresse",
"type": "address",
"optional": false
}
],
"suggested-transport-medium": "email",
"request-language": "de",
"comments": [
Expand Down

0 comments on commit 5a8ee52

Please sign in to comment.