GET api/ProductCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductCategoryBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCategoryId | integer |
None. |
|
| MasterProductCategoryId | integer |
None. |
|
| ProductCategoryName | string |
None. |
|
| IsActive | boolean |
None. |
|
| NeedsToDelete | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| MasterProductCategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductCategoryId": 1,
"MasterProductCategoryId": 1,
"ProductCategoryName": "sample string 2",
"IsActive": true,
"NeedsToDelete": true,
"CreatedDate": "2025-12-06T04:37:39.4286497Z",
"MasterProductCategoryName": "sample string 4"
}