GET api/Product/GetProductByNamesearch?Name={Name}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SearchProductName | Description | Type | Additional information |
---|---|---|---|
SearchId | integer |
None. |
|
Name | string |
None. |
|
Navigation | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "SearchId": 1, "Name": "sample string 2", "Navigation": "sample string 3" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","SearchId":1,"Name":"sample string 2","Navigation":"sample string 3"},{"$ref":"1"}]