POST api/UserInstitution/RefreshUserInstitution

Refresh all accounts' transactions 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": "a65ee750-377c-41e9-b5c5-3f30da4e2a30"
}

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
NameDescriptionTypeAdditional information
JobID

Guid-type ID of the job.

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "JobID": "bd6536de-8aab-47f2-96c2-b5324b7d600d"
}

application/xml, text/xml

Sample:
Coming soon.