POST api/ProductSubCategory
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductSubCategoryBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductSubCategoryId | integer |
None. |
|
| ProductCategoryId | integer |
None. |
|
| ProductSubCategoryName | string |
None. |
|
| IsActive | boolean |
None. |
|
| NeedsToDelete | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ProductCategoryName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ProductSubCategoryId": 1,
"ProductCategoryId": 1,
"ProductSubCategoryName": "sample string 2",
"IsActive": true,
"NeedsToDelete": true,
"CreatedDate": "2025-12-06T04:37:52.8406859Z",
"ProductCategoryName": "sample string 4"
},
{
"ProductSubCategoryId": 1,
"ProductCategoryId": 1,
"ProductSubCategoryName": "sample string 2",
"IsActive": true,
"NeedsToDelete": true,
"CreatedDate": "2025-12-06T04:37:52.8406859Z",
"ProductCategoryName": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProductSubCategoryBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductSubCategoryId | integer |
None. |
|
| ProductCategoryId | integer |
None. |
|
| ProductSubCategoryName | string |
None. |
|
| IsActive | boolean |
None. |
|
| NeedsToDelete | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ProductCategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductSubCategoryId": 1,
"ProductCategoryId": 1,
"ProductSubCategoryName": "sample string 2",
"IsActive": true,
"NeedsToDelete": true,
"CreatedDate": "2025-12-06T04:37:52.8563429Z",
"ProductCategoryName": "sample string 4"
}