Znode

Build Version:

POST search/suggested

Performs suggested search, to be used for type-ahead search.

Request Information

» Parameters

Name Description Additional information
model The model of the suggested search.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "CategoryName": "sample string 1",
  "ProductName": "sample string 2",
  "ProductID": 1,
  "Category": "sample string 2",
  "Term": "sample string 3",
  "ExternalIdNullCheck": true
}