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": "88f2c870-2a1b-42e0-9b37-5d2aa21ffc8f" }
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": "fa40c5b3-d693-41e6-a761-f001e173a71a" }
application/xml, text/xml
Sample:
Coming soon.