POST api/UserInstitutionAccount/RefreshUserInstitutionAccount

Refresh a UserInstitutionAccount to download transactions under the account.

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": "154068f0-3204-4456-83d4-a7dfc8b57f54"
}

application/xml, text/xml

Sample:
Coming soon.

Response Information

Resource Description

JobID of the new job triggerd by refreshing the UserInstitutionAccount. 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": "73cbb1ce-2572-4482-94c7-a1dbb1a4e938"
}

application/xml, text/xml

Sample:
Coming soon.