Performs suggested search, to be used for type-ahead search.
Name | Description | Additional information |
---|---|---|
model | The model of the suggested search. |
Define this parameter in the request body. |
{
"CategoryName": "sample string 1",
"ProductName": "sample string 2",
"ProductID": 1,
"Category": "sample string 2",
"Term": "sample string 3",
"ExternalIdNullCheck": true
}