Skip to main content

ConditionsDto

urlstringrequired

URL to the conditions document

Example: https://example.com/conditions/document.pdf
namestringrequired

Display name of the conditions document

Example: Terms and Conditions v2.0
fileNamestringrequired

Original filename of the conditions document

Example: terms-conditions-v2.pdf
languagestringrequired

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"
}