POST api/ocr/ProcessFile?key={key}&src={src}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
src | string |
Required |
Body Parameters
TagsName | Description | Type | Additional information |
---|---|---|---|
Quarter | string |
None. |
|
Year | string |
None. |
|
Account | string |
None. |
|
VIN | string |
None. |
|
Gallons | decimal number |
None. |
|
Date | date |
None. |
|
State | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Quarter": "sample string 1", "Year": "sample string 2", "Account": "sample string 3", "VIN": "sample string 4", "Gallons": 1.1, "Date": "2024-12-23T06:55:14.9265727+00:00", "State": "sample string 5" }
application/xml, text/xml
Sample:
<Tags xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Models"> <Account>sample string 3</Account> <Date>2024-12-23T06:55:14.9265727+00:00</Date> <Gallons>1.1</Gallons> <Quarter>sample string 1</Quarter> <State>sample string 5</State> <VIN>sample string 4</VIN> <Year>sample string 2</Year> </Tags>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.