Updates an existing promotion type.
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. |
{
"ClassName": "sample string 1",
"ClassType": "sample string 2",
"Description": "sample string 3",
"IsActive": true,
"Name": "sample string 5",
"PromotionTypeId": 6,
"UserType": "sample string 7"
}