termsandconditions
Returns the terms and conditions based on the code and version. If a brand code is provided without version numbers, the latest terms and conditions are returned.
Returns
OEDETermsAndConditionsTypeExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query Termsandconditions(
$brandCode: String,
$versionMajor: Int,
$versionMinor: Int
) {
termsandconditions(
brandCode: $brandCode,
versionMajor: $versionMajor,
versionMinor: $versionMinor
) {
brandCode
createdAt
effectiveFrom
html
markdown
name
pdfUrl
text
version
}
}
Variables
{
"brandCode": "experience-product-would-ground-stuff",
"versionMajor": 29,
"versionMinor": 39
}
Response
{
"data": {
"termsandconditions": {
"brandCode": "remember-girl-movement-become-still",
"createdAt": "1981-11-04T00:27:10.384484+00:00",
"effectiveFrom": "1996-04-12T04:51:13.182963+00:00",
"html": "face-special-or-past-senior",
"markdown": "effort-around-stock-firm-speech",
"name": "what-pick-billion-take-plant",
"pdfUrl": "early-debate-medical-business-town",
"text": "remain-standard-himself-type-care",
"version": "respond-effort-about-building-cut"
}
}
}