Znode

Build Version:

PUT promotiontypes/{promotionTypeId}

Updates an existing promotion type.

Request Information

» Parameters

Name Description Additional information
promotionTypeId The ID of the promotion type.

Define this parameter in the request URI.

model The model of the promotion type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ClassName": "sample string 1",
  "ClassType": "sample string 2",
  "Description": "sample string 3",
  "IsActive": true,
  "Name": "sample string 5",
  "PromotionTypeId": 6,
  "UserType": "sample string 7"
}