POST file/document/isSmartForm
Request Information
URI Parameters
None.
Body Parameters
DocumentFileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FileId | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| FileName | string |
None. |
|
| LocalPath | string |
None. |
|
| FileTypeId | FileType |
None. |
|
| UserUploaded | string |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| DateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileId": 1,
"Id": "664894a9-094c-483a-80ea-5051fcda7ba5",
"FileName": "sample string 3",
"LocalPath": "sample string 4",
"FileTypeId": 0,
"UserUploaded": "sample string 5",
"FileBytes": "QEA=",
"DateCreated": "2026-06-03T07:49:22.7317752-04:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SmartFormValidationContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSmartForm | boolean |
None. |
|
| IsAgentIncorrect | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.