POST ProductCategory/Delete
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ProductCategoryId": "3b1f076c-b13b-4438-8062-3e6796862dde",
"ProductCategoryName": "sample string 2",
"ProductCategoryDescription": "sample string 3",
"IsActive": true,
"UserId": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.