POST api/UserInstitutionAccount/RefreshUserInstitutionAccount
Refresh a UserInstitutionAccount to download transactions under the account.
Request Information
URI Parameters
None.
Body Parameters
RefreshUserInstitutionAccountParams| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID |
Guid-type ID of the UserInstitutionAccount. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountID": "b507ad4b-d829-4468-bf68-111d7c874404"
}
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| Name | Description | Type | Additional information |
|---|---|---|---|
| JobID |
Guid-type ID of the job. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"JobID": "902e4e56-0155-470d-a3f1-ef6632693685"
}
application/xml, text/xml
Sample:
Coming soon.