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": "72d6e1f5-29d5-49d3-b067-f6f671f96940"
}

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": "aa2a9f88-342f-4d3f-9f08-7a9d59076da8"
}

application/xml, text/xml

Sample:
Coming soon.