PUT api/ProductSubcategories/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ProductSubcategoryBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductSubcategoryId | integer |
None. |
|
| ProductSubcategoryName | string |
None. |
|
| ProductCategoryName | string |
None. |
|
| ProductCategoryId | integer |
None. |
|
| Description | string |
None. |
|
| IsNeedsToDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductSubcategoryId": 1,
"ProductSubcategoryName": "sample string 2",
"ProductCategoryName": "sample string 3",
"ProductCategoryId": 1,
"Description": "sample string 4",
"IsNeedsToDelete": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.