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": "d9328d8f-4434-42fb-9343-e4ac1b8a9060"
}

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": "25703fbc-8bc4-430f-945e-26656cb37e1f"
}

application/xml, text/xml

Sample:
Coming soon.