GET api/Product/{productNo}
Endpoint to get a given product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productNo |
ProductNo |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfGetProductDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Collection of GetProductDto |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.