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
RefreshUserInstitutionAccountParamsName | Description | Type | Additional information |
---|---|---|---|
AccountID |
Guid-type ID of the UserInstitutionAccount. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": "08a1ef2f-2f89-4e6f-a27a-cdbd829f32ac" }
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.
JobToTrackName | Description | Type | Additional information |
---|---|---|---|
JobID |
Guid-type ID of the job. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobID": "71242074-da30-4c1a-be9d-e17f87e689f0" }
application/xml, text/xml
Sample:
Coming soon.