POST api/UserInstitutionAccount/UpdateCheckImages

Update check images for transactions under a given UserInstitutionAccount

Request Information

URI Parameters

None.

Body Parameters

UpdateCheckImagesParams
NameDescriptionTypeAdditional information
AccountID

Guid-type ID of a UserInstitutionAccount.

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountID": "f013cb53-5e69-4b29-a2b7-4b3cebd1022d"
}

application/xml, text/xml

Sample:
Coming soon.

Response Information

Resource Description

JobID of the new job triggerd by updating checkimage request. 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": "78156350-4ba2-4217-8f2d-6459f7fbc096"
}

application/xml, text/xml

Sample:
Coming soon.