a629Details
Retrieve A629 supply point information including acceptance, rejection or error details.
Arguments
Returns
A629Details- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-ES-4504: A529 requests are currently not implemented for the provided DNO.
- KT-ES-4505: A529 requests are currently not configured for the provided DNO.
- KT-ES-4506: Unauthorized A529 call.
- KT-ES-4507: Unexpected error retrieving A529 details.
Examples
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 A629Details(
$cups: String!,
$nif: String
) {
a629Details(
cups: $cups,
nif: $nif
) {
... on A629DetailsAcceptance {
...A629DetailsAcceptanceFragment
}
... on A629DetailsRejection {
...A629DetailsRejectionFragment
}
}
}
Variables
{
"cups": "six-section-bit-gas-culture",
"nif": "can-use-rather-ever-personal"
}
Response
{
"data": {
"a629Details": A629DetailsAcceptance
}
}