POST ProductCategory/Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ProductCategoryId": "7a711203-5ab7-4a90-9bef-17f6a676a455",
  "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.