termsAndConditionsForProduct
Get the active terms and conditions for a product.
Arguments
Returns
GbrTermsAndConditionsTypePossible 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 TermsAndConditionsForProduct($productCode: String!) {
termsAndConditionsForProduct(productCode: $productCode) {
brandCode
effectiveFrom
html
markdown
name
pdfUrl
version
}
}
Variables
{
"productCode": "trial-democratic-stop-we-I"
}
Response
{
"data": {
"termsAndConditionsForProduct": {
"brandCode": "interesting-ask-deal-change-role",
"effectiveFrom": "1975-11-05T03:17:24.691554+00:00",
"html": "choose-simple-between-power-cost",
"markdown": "able-into-western-anything-design",
"name": "instead-another-prepare-unit-same",
"pdfUrl": "quickly-strong-scientist-yet-range",
"version": "condition-source-region-answer-Democrat"
}
}
}