| POST | /{Brand}/resetscansettings/{TemplateGuid} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TemplateGuid | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Brand | form | Brand | No |
| Desktop | |
| Hp | |
| Kyocera | |
| NeaScan | |
| Samsung | |
| FujiXerox | |
| Ta | |
| Utax | |
| Epson | |
| ScanFront400 | |
| Sharp | |
| Ricoh | |
| FujiFilm |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ScanSettings | form | IScanSettings | No | |
| ColourLabel | form | string | No | |
| OrientationLabel | form | string | No | |
| ResolutionLabel | form | string | No | |
| SidesLabel | form | string | No | |
| SizeLabel | form | string | No | |
| SourceLabel | form | string | No | |
| TypeLabel | form | string | No | |
| ScanContinuouslyLabel | form | string | No | |
| MixedSizesLabel | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ServerAddress | form | string | No | |
| ServerPort | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Template | form | IClientTemplate | No | |
| GlobalQuestions | form | IEnumerable<IClientQuestion> | No | |
| CanEnableScanButton | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SelectedUiLanguage | form | string | No | |
| svSession | form | string | No | |
| Title | form | string | No | |
| PageTip | form | string | No | |
| NewBrowser | form | bool | No | |
| ScanFront400TA | form | bool | No | |
| ScanFront400UTAX | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Description | form | string | No | |
| Icon | form | byte[] | No | |
| ModificationInfo | form | ITemplateModificationInfo | No | |
| Name | form | string | No | |
| Questions | form | IEnumerable<IClientQuestion> | No | |
| Template | form | ITemplate | No | |
| TemplateGuid | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Guid | form | string | No | |
| TemplateModificationDateTime | form | DateTime | No | |
| IconModificationDateTime | form | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| QuestionGuid | form | string | No | |
| ValueDisplayed | form | string | No | |
| ValueReturned | form | string | No | |
| Answered | form | bool | No | |
| RegexMatches | form | bool | No | |
| RegexHint | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TemplateVersion | form | string | No | |
| ScannerVisionVersion | form | string | No | |
| Guid | form | string | No | |
| BeginScript | form | string | No | |
| EndScript | form | string | No | |
| TemplateType | form | TemplateType | No | |
| General | form | IGeneral | No | |
| Capture | form | ICapture | No | |
| XmlMetadataImport | form | IXmlMetadataImport | No | |
| Notifications | form | INotifications | No | |
| Validator | form | IValidator | No |
| Workflow | |
| FreeForm |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| Description | form | string | No | |
| Icon | form | string | No | |
| Schedule | form | ITemplateSchedule | No | |
| Rejection | form | IRejection | No | |
| BadDocumentRejection | form | IBadDocumentRejection | No | |
| PdfLoadResolution | form | PdfLoadResolution? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Time | form | TimeSpan? | No | |
| EndTime | form | TimeSpan? | No | |
| NoEndTime | form | bool? | No | |
| Type | form | TemplateScheduleType? | No |
| Interval | |
| Fixed |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RejectAfter | form | int? | No | |
| RejectionPath | form | string | No | |
| ShareCredentials | form | ICredentials | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Username | form | string | No | |
| Password | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RejectionPath | form | string | No | |
| ShareCredentials | form | ICredentials | No |
| Default | DEFAULT_PDF_LOAD_RESOLUTION |
| Dpi100 | 100 |
| Dpi150 | 150 |
| Dpi200 | 200 |
| Dpi300 | 300 |
| Dpi400 | 400 |
| Dpi500 | 500 |
| Dpi600 | 600 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CaptureSources | form | ReadOnlyCollection<ICaptureSource> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SampleDocumentName | form | string | No | |
| TagMappings | form | ReadOnlyCollection<IXmlMetadataImportTagMapping> | No | |
| NamespaceMappings | form | ReadOnlyCollection<IXmlMetadataImportNamespaceMapping> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| XPathExpression | form | string | No | |
| Metadata | form | IStringMetadata | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| IsSecure | form | bool? | No | |
| SampleValue | form | string | No | |
| Value | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Prefix | form | string | No | |
| Name | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Notifications | form | ReadOnlyCollection<INotification> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Description | form | string | No | |
| To | form | string | No | |
| Subject | form | string | No | |
| Body | form | string | No | |
| Cc | form | string | No | |
| Bcc | form | string | No | |
| NotificationType | form | NotificationType? | No |
| FailureOnly | NOTIFICATION_TYPE_FAILURE_ONLY |
| SuccessOnly | NOTIFICATION_TYPE_SUCCESS_ONLY |
| Always | NOTIFICATION_TYPE_ALWAYS |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ValidationErrors | form | IValidationErrors | No | |
| IsValid | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Errors | form | ReadOnlyCollection<IValidationError> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Property | form | string | No | |
| ErrorMessage | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Colour | form | IScanSetting<ScanColour> | No | |
| Orientation | form | IScanSetting<ScanOrientation> | No | |
| Resolution | form | IScanSetting<ScanResolution> | No | |
| Sides | form | IScanSetting<ScanSide> | No | |
| Size | form | IScanSetting<ScanSize> | No | |
| Source | form | IScanSetting<ScanSource> | No | |
| Type | form | IScanSetting<ScanType> | No | |
| ScanContinuously | form | IScanSetting<BoolSetting> | No | |
| MixedSizes | form | IScanSetting<BoolSetting> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| IsLocked | form | bool | No | |
| Items | form | IList<IScanSettingItem<T>> | No | |
| SelectedItem | form | T | No |
| BlackAndWhite | IDS_SETTINGS_CAPT3_COLORS_0 |
| Greyscale | IDS_SETTINGS_CAPT3_COLORS_1 |
| Colour | IDS_SETTINGS_CAPT3_COLORS_2 |
| Auto | IDS_SETTINGS_CAPT3_COLORS_3 |
| Portrait | IDS_SETTINGS_CAPT3_ORIENTATION_0 |
| Landscape | IDS_SETTINGS_CAPT3_ORIENTATION_1 |
| Dpi100 | 100 |
| Dpi200 | 200 |
| Dpi300 | 300 |
| Dpi400 | 400 |
| Dpi600 | 600 |
| Simplex | IDS_SETTINGS_CAPT3_SIDES_0 |
| Duplex | IDS_SETTINGS_CAPT3_SIDES_1 |
| Auto | IDS_SETTINGS_CAPT3_SIZE_0 |
| A3 | IDS_SETTINGS_CAPT3_SIZE_1 |
| A4 | IDS_SETTINGS_CAPT3_SIZE_2 |
| A5 | IDS_SETTINGS_CAPT3_SIZE_3 |
| B4 | IDS_SETTINGS_CAPT3_SIZE_4 |
| B5 | IDS_SETTINGS_CAPT3_SIZE_5 |
| Letter | IDS_SETTINGS_CAPT3_SIZE_6 |
| Legal | IDS_SETTINGS_CAPT3_SIZE_7 |
| Executive | IDS_SETTINGS_CAPT3_SIZE_8 |
| Folio | IDS_SETTINGS_CAPT3_SIZE_9 |
| AutoLong | IDS_SETTINGS_CAPT3_SIZE_10 |
| A4R | IDS_SETTINGS_CAPT3_SIZE_11 |
| A5R | IDS_SETTINGS_CAPT3_SIZE_12 |
| A6R | IDS_SETTINGS_CAPT3_SIZE_13 |
| B6R | IDS_SETTINGS_CAPT3_SIZE_14 |
| Adf | IDS_SETTINGS_CAPT3_SCAN_SOURCE_0 |
| Glass | IDS_SETTINGS_CAPT3_SCAN_SOURCE_1 |
| Auto | IDS_SETTINGS_CAPT3_SCAN_SOURCE_2 |
| Text | IDS_SETTINGS_CAPT3_TYPE_0 |
| Photo | IDS_SETTINGS_CAPT3_TYPE_1 |
| TextAndPhoto | IDS_SETTINGS_CAPT3_TYPE_2 |
| True | |
| False |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /{Brand}/resetscansettings/{TemplateGuid} HTTP/1.1
Host: buildmax.org
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"TemplateGuid":"String","Brand":"Desktop"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'GetScanSettingsResponse' using the custom 'csv' filter}No parameterless constructor defined for this object.