quoteRequest
The quote request with a list of quoted supply points and their products.
Arguments
The quote request code.
Returns
QuoteRequestExamples
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 QuoteRequest($code: String!) {
quoteRequest(code: $code) {
code
id
quotedSupplyPoints {
...QuotedSupplyPointFragment
}
}
}
Variables
{
"code": "candidate-evidence-stage-court-language"
}
Response
{
"data": {
"quoteRequest": {
"code": "form-environmental-employee-player-early",
"id": "88909959",
"quotedSupplyPoints": [QuotedSupplyPoint]
}
}
}