GET api/Master/ProductCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCategoryId | string |
None. |
|
| ProductCategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductCategoryId": "sample string 1",
"ProductCategoryName": "sample string 2"
},
{
"ProductCategoryId": "sample string 1",
"ProductCategoryName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Showroom2020.ClientLogic.ResponseModel">
<ProductCategory>
<ProductCategoryId>sample string 1</ProductCategoryId>
<ProductCategoryName>sample string 2</ProductCategoryName>
</ProductCategory>
<ProductCategory>
<ProductCategoryId>sample string 1</ProductCategoryId>
<ProductCategoryName>sample string 2</ProductCategoryName>
</ProductCategory>
</ArrayOfProductCategory>