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

GetUserInstitutionFullAccountNumbersParams
NameDescriptionTypeAdditional information
UserInstitutionID

Guid-type ID of the UserInstitution.

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserInstitutionID": "f8bd6f39-b9da-4fc5-9245-3900867ce9c3"
}

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.

JobToTrack
NameDescriptionTypeAdditional information
JobID

Guid-type ID of the job.

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "JobID": "78bcd29a-71ff-4914-b2f0-274f7e4e1c1b"
}

application/xml, text/xml

Sample:
Coming soon.