Show / Hide Table of Contents

    ExecuteAutoCompleteSearch

    Command, Introduced in version 2.46

    POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/ExecuteAutoCompleteSearch
    

    Executes an auto-complete search.

    Returns PopupResult[]

    Properties

    Name Type Summary Introduced in
    PopupTypeId Guid The GUID of the popup type to run the auto-complete search for.

    • Mandatory
    AutoCompleteConfigurationId Int64? The business key identifier of the auto-complete configuration to use for the search.

    • The default auto-complete configuration for the given popup type by default
    Request AutoCompleteRequest The additional configuration data to apply to the auto-complete search.

    • Mandatory

    Example

    {
      "PopupTypeId": "00000000-0000-0000-0000-000000000000",
      "AutoCompleteConfigurationId": null,
      "Request": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB