POST api/UserInstitutionAccount/GetFullAccountNumberHolder

Get account's full account number, routing number and account holder name and address.

Request Information

URI Parameters

None.

Body Parameters

RefreshUserInstitutionAccountParams
NameDescriptionTypeAdditional information
AccountID

Guid-type ID of the UserInstitutionAccount.

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountID": "08fd655e-5cce-499f-98d7-d5fa0ebf0bf2"
}

application/xml, text/xml

Sample:
Coming soon.

Response Information

Resource Description

JobID of the new job triggerd by trying to get full account number. Use api/Job/GetJobInformationByID with this JobID to look up current job's MFA information and status.

JobToTrack
NameDescriptionTypeAdditional information
JobID

Guid-type ID of the job.

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "JobID": "8ee2a421-5ac3-4b52-a0d4-151754c75a91"
}

application/xml, text/xml

Sample:
Coming soon.