POST api/UserInstitution/RefreshUserInstitutionFullHistory
Refresh all accounts' complete history 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": "4de94ff4-13c0-483d-a699-e59bb6a27984" }
application/xml, text/xml
Sample:
Coming soon.
Response Information
Resource Description
JobID of the new job triggerd. Such job takes longer to complete but retrieves transaction history as far back as possible to give a complete picture of the account's history. 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": "81e01d16-9c8b-4e70-936a-3230b0d096ee" }
application/xml, text/xml
Sample:
Coming soon.