GET api/Product/{productNo}

Endpoint to get a given product

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productNo

ProductNo

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfGetProductDto
NameDescriptionTypeAdditional information
Item

Collection of GetProductDto

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.