POST api/Deposit/SubmitScannedChecks
Request Information
URI Parameters
None.
Body Parameters
SubmitScannedChecksRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ScannedChecks | Collection of ScannedCheck |
None. |
|
| OrganizationId | integer |
None. |
|
| OrganizationName | string |
None. |
|
| BankId | integer |
None. |
|
| BankName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScannedChecks": [
{
"MicrText": "sample string 1",
"ImageAsBase64": "sample string 2",
"CheckAmountFromDb": 3.0,
"CompanyName": "sample string 4",
"PaidInvoices": [
"sample string 1",
"sample string 2"
],
"CheckState": 0,
"DepositDate": "2025-12-12T17:46:06.6019748-05:00"
},
{
"MicrText": "sample string 1",
"ImageAsBase64": "sample string 2",
"CheckAmountFromDb": 3.0,
"CompanyName": "sample string 4",
"PaidInvoices": [
"sample string 1",
"sample string 2"
],
"CheckState": 0,
"DepositDate": "2025-12-12T17:46:06.6019748-05:00"
}
],
"OrganizationId": 1,
"OrganizationName": "sample string 2",
"BankId": 3,
"BankName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.