p0Validation
Call to P0 endpoint crosschecking that a customer with a given NIF is the current owner of the given cups.
Arguments
Returns
NifCupsCorrelationValidationExamples
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 P0Validation(
$cups: String!,
$nif: String!
) {
p0Validation(
cups: $cups,
nif: $nif
) {
nifCupsCorrelate
validResponse
}
}
Variables
{
"cups": "speak-wind-nation-make-talk",
"nif": "shoulder-now-himself-exist-board"
}
Response
{
"data": {
"p0Validation": {
"nifCupsCorrelate": true,
"validResponse": true
}
}
}