POST ProductCategory/Add
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": "814f33c5-feb7-49b0-9eec-958ee6bb9e42",
"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.