Company delivery method informationCodestringrequiredDelivery method codeIsActivebooleanSets delivery method to active or inactive. Default is true.{ "Code": "string", "IsActive": true }
Discount rules applied to a specific companyDiscountPercentagenumberValue of the discount (in percent)PriceListTypeIdSeedstringComma separated list of price list typesTypestring(int32)Type of discount: 1 = Category, 2 = Product Discount Class, 3 = Product FlagValueCodestringValue code, for Category type this is the category code. For Discount class its the class identifier used in Norce Commerce.{ "DiscountPercentage": 0, "PriceListTypeIdSeed": "string", "Type": "string", "ValueCode": "string" }
Company flagCodestringrequiredFlag code. Used for flag matching.IsActivebooleanSets flag to active or inactive. Default is true.IsCreateOnlybooleanIf true, data is only saved if flag record is new. Default is false.IsLimitedUpdatebooleanIf true, data is only saved if flag record is new or last updated by the same account as the one initiating the update. Default is false.StopDatestring(DateTime)Sets the stop date explicitly for inactivated flags. Time of process is used as default.{ "Code": "string", "IsActive": true, "IsCreateOnly": true, "IsLimitedUpdate": true, "StopDate": "string" }