GET api/ProductInfo?getCategories={getCategories}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getCategories | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCategoryID | integer |
None. |
|
| ProductCatergoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"productCategoryID": 1,
"productCatergoryName": "sample string 2"
},
{
"$ref": "1"
}
]