POST api/UserInstitution/RefreshUserInstitutionFullHistory

Refresh all accounts' complete history under the same UserInstitution (login).

Request Information

URI Parameters

None.

Body Parameters

RefreshUserInstitutionParams
NameDescriptionTypeAdditional information
UserInstitutionID

Guid-type ID of the UserInstitution.

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserInstitutionID": "231f4e88-0fc2-420c-ab10-e40f5b5f96c9"
}

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.

JobToTrack
NameDescriptionTypeAdditional information
JobID

Guid-type ID of the job.

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "JobID": "bd3b7a39-e0c8-497f-8269-be61ba810a33"
}

application/xml, text/xml

Sample:
Coming soon.