POST api/Deposit/CheckScannedCheck
Request Information
URI Parameters
None.
Body Parameters
ScannedCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| MicrText | string |
None. |
|
| ImageAsBase64 | string |
None. |
|
| CheckAmountFromDb | decimal number |
None. |
|
| CompanyName | string |
None. |
|
| PaidInvoices | Collection of string |
None. |
|
| CheckState | CheckState |
None. |
|
| DepositDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"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:45:39.8188786-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.