GET api/Item/does-item-have-statutory-listing/{itemId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
itemId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "DoesItemHaveStatutoryListing": true }
application/xml, text/xml
Sample:
<ItemListingDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DoesItemHaveStatutoryListing>true</DoesItemHaveStatutoryListing> </ItemListingDTO>