proofOfResidence
Fetch the proof of residence of an user.
Arguments
Returns
ProofOfResidenceExamples
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 ProofOfResidence(
$accountNumber: String!,
$agreementId: Int!
) {
proofOfResidence(
accountNumber: $accountNumber,
agreementId: $agreementId
) {
temporaryUrl
}
}
Variables
{
"accountNumber": "A-DB1A7501",
"agreementId": 17471526
}
Response
{
"data": {
"proofOfResidence": {
"temporaryUrl": "pay-increase-grow-senior-game"
}
}
}