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": "6ee9795c-c079-40bf-9ab2-0cfb5d680c23"
}

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": "ca218ebf-2f91-47b8-9930-e442c4642d4b"
}

application/xml, text/xml

Sample:
Coming soon.