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": "02cbbfde-39d9-4d4c-a720-3f3e955071b1"
}

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": "0e01e0b2-3d1f-4a04-975d-94522bf8b3ed"
}

application/xml, text/xml

Sample:
Coming soon.