POST api/UserInstitution/RefreshUserInstitution
Refresh all accounts' transactions under the same UserInstitution (login).
Request Information
URI Parameters
None.
Body Parameters
RefreshUserInstitutionParams| Name | Description | Type | Additional information |
|---|---|---|---|
| UserInstitutionID |
Guid-type ID of the UserInstitution. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserInstitutionID": "34bdffe7-0ef3-4374-b027-2507cee021e3"
}
application/xml, text/xml
Sample:
Coming soon.
Response Information
Resource Description
JobID of the new job triggerd by refreshing the UserInstitution. 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": "b8c08c09-c26c-45da-84cd-52865dd7754a"
}
application/xml, text/xml
Sample:
Coming soon.