GET api/MasterProductCategory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MasterProductCategoryBL| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterProductCategoryId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| MasterProductCategoryName | string |
None. |
|
| ProjectName | string |
None. |
|
| IsActive | boolean |
None. |
|
| NeedsToDelete | boolean |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MasterProductCategoryId": 1,
"ProjectId": 1,
"MasterProductCategoryName": "sample string 2",
"ProjectName": "sample string 3",
"IsActive": true,
"NeedsToDelete": true,
"CreatedDate": "2025-12-06T04:36:45.3126519Z"
},
{
"MasterProductCategoryId": 1,
"ProjectId": 1,
"MasterProductCategoryName": "sample string 2",
"ProjectName": "sample string 3",
"IsActive": true,
"NeedsToDelete": true,
"CreatedDate": "2025-12-06T04:36:45.3126519Z"
}
]