Search Results for

    Show / Hide Table of Contents

    Method UpdateAdvancedSchemaStore

    UpdateAdvancedSchemaStore(String, AdvancedSchemaStoreContract)

    Update a advanced schema store

    Declaration
    void UpdateAdvancedSchemaStore(string connectionId, AdvancedSchemaStoreContract advancedSchemaStore)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    AdvancedSchemaStoreContract advancedSchemaStore

    AdvancedSchemaStore to update.

    Examples

    POST http://YourServerName/InfoShare/Json/Common/UpdateAdvancedSchemaStore

    Example for update advanced schema store.

    {
        "connectionId": "2e7ec807-bd4f-4c82-a5e2-1b1e3380f6dd",
        "advancedSchemaStore": {
            "Active": false,
            "ConvertToPDFASettings": {
                "Active": false,
                "MailTemplateId": "",
                "Recipient": "",
                "TimeOutSeconds": 0
            },
            "DocumentAnalyzerSettings": {
                "Active": false,
                "DocumentAnalyzerWaitSeconds": 0,
                "FulltextAnalyzerCultures": [],
                "FulltextReplacementChars": "",
                "IndexTaskSleepMS": 0,
                "MailAttributeExtractionActive": false,
                "OCRLanguages": [],
                "UseFiltDumpForPDF": false
            },
            "OverlaySettingsList": [
                {
                    "Condition": {
                        "PropertyFilters": [
                            {
                                "ComparisonEnum": "eq",
                                "Id": null,
                                "PlaceHolder": "0",
                                "PropertyTypeId": "c7a454d8-e6ed-ea11-a0c6-00155d109000",
                                "RelationEnum": "And",
                                "Values": [
                                    "Rechnung"
                                ]
                            },
                            {
                                "ComparisonEnum": "eq",
                                "Id": null,
                                "PlaceHolder": "0",
                                "PropertyTypeId": "01000005-d596-485b-ace6-d64647a94277",
                                "RelationEnum": "And",
                                "Values": [
                                    "0100a003-38a7-11d8-a902-0050bf427e8f"
                                ]
                            }
                        ],
                        "ProtectionDomainFilter": "0100a000-38a7-11d8-a902-0050bf427e8f"
                    },
                    "OffSetX": 0,
                    "OffSetY": 0,
                    "OverlaySearch": [
                        {
                            "ComparisonEnum": "eq",
                            "Id": null,
                            "PlaceHolder": "0",
                            "PropertyTypeId": "01000003-d596-485b-ace6-d64647a94277",
                            "RelationEnum": "And",
                            "Values": [
                                "7ab6daea-0f1b-4726-b44d-49d7878a9f70"
                            ]
                        },
                        {
                            "ComparisonEnum": "eq",
                            "Id": null,
                            "PlaceHolder": "0",
                            "PropertyTypeId": "01000000-d596-485b-ace6-d64647a94277",
                            "RelationEnum": "And",
                            "Values": [
                                "Standardsicherheit"
                            ]
                        },
                        {
                            "ComparisonEnum": "eq",
                            "Id": null,
                            "PlaceHolder": "0",
                            "PropertyTypeId": "01000006-38a7-11d8-a902-0050bf427e8f",
                            "RelationEnum": "And",
                            "Values": [
                                "OverlayRechnung"
                            ]
                        }
                    ]
                }
            ],
            "SearchablePDFCreatorSettings": {
                "Active": false,
                "TimeOutSeconds": 0,
                "UseMultiThreading": false
            },
            "SessionCount": 17,
            "APISettings": {
                "ConnectionTimeoutSeconds": 0,
                "KeepUploadedFileMinutes": 0
            }
        }
    }

    Response:

    {  }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    ServiceException

    URL is not valid {translationServiceURL} (10330)

    ServiceException

    Changing CryptoPassword is not allowed (10362)

    Back to top Copyright © Kendox