GET api/suggest/product/{sessionID}/{query}
Get suggested product name list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionID |
ID сессии (получается при логине) |
string |
Required |
| query |
строка для поиска |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResultOfProductSuggestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ProductSuggestResponse |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.