termsandconditions
Returns the Terms and conditions based on the code and version
Returns
OEJPTermsAndConditionsTypePossible Errors
Allowed Viewers
Query Complexity
1Examples
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": "evening-others-full-loss-future",
"versionMajor": 76,
"versionMinor": 79
}
Response
{
"data": {
"termsandconditions": {
"brandCode": "area-cause-summer-sea-way",
"createdAt": "1975-02-21T13:04:50.213555+00:00",
"effectiveFrom": "1973-09-08T11:29:56.786080+00:00",
"html": "contain-create-leave-require-memory",
"markdown": "recently-team-race-news-than",
"name": "remain-leg-author-safe-care",
"pdfUrl": "page-picture-her-argue-general",
"text": "price-us-admit-per-fish",
"version": "act-mouth-try-rock-hot"
}
}
}