ConditionsDto
urlstringrequired
URL to the conditions document
Example:
https://example.com/conditions/document.pdfnamestringrequired
Display name of the conditions document
Example:
Terms and Conditions v2.0fileNamestringrequired
Original filename of the conditions document
Example:
terms-conditions-v2.pdflanguagestringrequired
Language of the conditions document
Possible values: [nl, en, de]
ConditionsDto
{
"url": "https://example.com/conditions/document.pdf",
"name": "Terms and Conditions v2.0",
"fileName": "terms-conditions-v2.pdf",
"language": "nl"
}