POST api/UserInstitution/RefreshUserInstitution
Refresh all accounts' transactions under the same UserInstitution (login).
Request Information
URI Parameters
None.
Body Parameters
RefreshUserInstitutionParamsName | Description | Type | Additional information |
---|---|---|---|
UserInstitutionID |
Guid-type ID of the UserInstitution. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserInstitutionID": "04d7d23d-5de9-4cc5-bfac-f6b48f2bdedb" }
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.
JobToTrackName | Description | Type | Additional information |
---|---|---|---|
JobID |
Guid-type ID of the job. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobID": "134ca49a-1e0c-441d-8ec4-ac6cb5334f7c" }
application/xml, text/xml
Sample:
Coming soon.