GET api/CategorySalesfor1997
Returns list of all CategorySalesfor1997 Data
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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 }, { "CategoryName": "sample string 1", "CategorySales": 2.0 } ]
text/xml
Sample:
<ArrayOfCategorySalesfor1997Data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NorthwindAPI.Models"> <CategorySalesfor1997Data> <CategoryName>sample string 1</CategoryName> <CategorySales>2</CategorySales> </CategorySalesfor1997Data> <CategorySalesfor1997Data> <CategoryName>sample string 1</CategoryName> <CategorySales>2</CategorySales> </CategorySalesfor1997Data> </ArrayOfCategorySalesfor1997Data>