Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 4.17 KB

File metadata and controls

28 lines (24 loc) · 4.17 KB

CouponDefinition

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str { "description" : "ID of the coupon-definition.", "verbs":["POST","PUT","GET"] } [optional]
crm_id str { "description" : "CRM ID of the product-rate-plan.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "ID of the organization associated with the coupon-definition.", "verbs":["POST","PUT","GET"] }
name str { "description" : "The human readable name of the coupon-definition.", "verbs":["POST","PUT","GET"] }
description str { "description" : "The human readable description of the coupon-definition.", "verbs":["POST","PUT","GET"] }
customer_code str { "description" : "The customerCode associated with the organization.", "verbs":["POST","PUT","GET"] }
target str { "description" : "The target of the coupon-definition. Currently coupon-definitions can only target products.", "verbs":["POST","PUT","GET"] }
currency str { "description" : "The currency of the coupon-definition specified by a three character ISO 4217 currency code.", "verbs":["POST","PUT","GET"] }
definition_valid_from datetime { "description" : "The UTC DateTime that the coupon-definition is valid from.", "verbs":["POST","PUT","GET"] }
definition_valid_till datetime { "description" : "The UTC DateTime that the coupon-definition is valid until.", "verbs":["POST","PUT","GET"] } [optional]
instance_duration_period str { "description" : "instanceDurationPeriod", "verbs":["POST","PUT","GET"] }
instance_duration int { "description" : "instanceDuration", "verbs":["POST","PUT","GET"] }
fixed_end_date datetime { "description" : "The UTC DateTime specifying the fixed end date of the coupon-definition.", "verbs":["POST","PUT","GET"] } [optional]
state str { "description" : "The current state of the coupon-definition.", "verbs":["POST","PUT","GET"] }
modifiers list[CouponModifierBase] { "description" : "The collection of coupon-modifiers associated with the coupon-definition.", "verbs":["POST","PUT","GET"] }
rules list[CouponRule] { "description" : "The collection of coupon-rules associated with the coupon-definition.", "verbs":["POST","PUT","GET"] }

[Back to Model list] [Back to API list] [Back to README]