POST api/UserInstitutionAccount/RefreshUserInstitutionAccount
Refresh a UserInstitutionAccount to download transactions under the account.
Request Information
URI Parameters
None.
Body Parameters
RefreshUserInstitutionAccountParamsName | Description | Type | Additional information |
---|---|---|---|
AccountID |
Guid-type ID of the UserInstitutionAccount. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": "f35f1aaa-d0b4-4020-a09d-3c6e5d2586f6" }
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.
JobToTrackName | Description | Type | Additional information |
---|---|---|---|
JobID |
Guid-type ID of the job. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobID": "6e644864-a27a-461d-b02d-447199f84b90" }
application/xml, text/xml
Sample:
Coming soon.