Znode

Build Version:

PUT categoryprofile/{categoryProfileId}

Updates an existing manufacturer.

Request Information

» Parameters

Name Description Additional information
categoryProfileId The ID of the Category profile

Define this parameter in the request URI.

model The model of the CategoryProfile

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "CategoryProfileID": 1,
  "CategoryID": 2,
  "ProfileID": 3,
  "EffectiveDate": "2025-04-28T02:36:48.8215629+00:00",
  "ProfileName": "sample string 5"
}