Update or Add the DiscountPromoCode object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/Discount/PromoCode/{id}Path ParamsidintegerrequiredUnique identifier for the DiscountPromoCode object.Body ParamsDefinition of the Promo Code Discount objects within the system.namestringpromoDescriptionstringdiscountStartdate-timeThe start date of the Promo. Date and time values are specified in the ISO 8601 format.discountEnddate-timeThe end date of the Promo. Date and time values are specified in the ISO 8601 format.isActivebooleantruetruefalseisProratedbooleantruetruefalseisNegativeAllowedbooleantruetruefalseResponses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated 2 months ago