POST api/UserInstitutionAccount/UpdateCheckImages
Update check images for transactions under a given UserInstitutionAccount
Request Information
URI Parameters
None.
Body Parameters
UpdateCheckImagesParamsName | Description | Type | Additional information |
---|---|---|---|
AccountID |
Guid-type ID of a UserInstitutionAccount. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": "db0866c0-87d2-4ac5-a529-b0624a6e4a6c" }
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.
JobToTrackName | Description | Type | Additional information |
---|---|---|---|
JobID |
Guid-type ID of the job. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobID": "4d0e9f89-268c-4e00-9ff5-523f0fe307c6" }
application/xml, text/xml
Sample:
Coming soon.