OpenAPI 3.0.32026-08-05174296703.4 KB
fa134b7fc959
offer
findTermsAndConditionsLinks offer
Fetch the terms and conditions links based on params. If no params are provided, the links will be returned in the language of the end customer.
post/offers/{id}/terms_and_conditions_links/
Path parameters
idstring regexp required
Offer ID
Example:739b63c2-9e58-4964-b38d-4ebb424de242
Offer ID
Request body
Example request
{
"params": {
"language": "abc123"
}
}Response
OK response.
Example response
{
"applicable_terms_and_conditions": [
{
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"type": "abc123",
"url": "abc123"
}
],
"de": [
{
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"type": "abc123",
"url": "abc123"
}
],
"en": [
{
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"type": "abc123",
"url": "abc123"
}
],
"nl": [
{
"id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"type": "abc123",
"url": "abc123"
}
]
}