GET api/CategorySalesfor1997/{id}
Returns a CategorySalesfor1997 record based on specified ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of CategorySalesfor1997 data |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
CategorySalesfor1997DataName | Description | Type | Additional information |
---|---|---|---|
CategoryName | string |
None. |
|
CategorySales | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "CategoryName": "sample string 1", "CategorySales": 2.0 }
text/xml
Sample:
<CategorySalesfor1997Data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NorthwindAPI.Models"> <CategoryName>sample string 1</CategoryName> <CategorySales>2</CategorySales> </CategorySalesfor1997Data>