proofOfResidence
Fetch the proof of residence of an user.
Arguments
Returns
ProofOfResidencePossible 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 ProofOfResidence(
$accountNumber: String!,
$agreementId: Int!
) {
proofOfResidence(
accountNumber: $accountNumber,
agreementId: $agreementId
) {
temporaryUrl
}
}
Variables
{
"accountNumber": "A-4AC656B4",
"agreementId": 92395721
}
Response
{
"data": {
"proofOfResidence": {
"temporaryUrl": "represent-sometimes-artist-study-fight"
}
}
}