POST api/UserInstitution/GetUserInstitutionFullAccountNumbers
Retrieve full account number and routing number for all accounts under the same UserInstitution (login).
Request Information
URI Parameters
None.
Body Parameters
GetUserInstitutionFullAccountNumbersParamsName | Description | Type | Additional information |
---|---|---|---|
UserInstitutionID |
Guid-type ID of the UserInstitution. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserInstitutionID": "824d4796-6342-4b5f-be06-39dc4f7e0b77" }
application/xml, text/xml
Sample:
Coming soon.
Response Information
Resource Description
JobID of the new job triggerd by retrieving full account numbers of the UserInstitution. 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": "f56f1d4d-7e8e-499e-b2e1-409c1937d0ec" }
application/xml, text/xml
Sample:
Coming soon.