Create a package that defines a set of reusable, time-relative contract terms that can be used across cohorts of customers. Packages provide an abstraction layer on top of rate cards to provide an easy way to provision customers with standard pricing.
starting_at_offset: Starting date relative to contract start. Generates the starting_at date when a contract is provisioned using a package.duration: Duration starting from starting_at_offset. Generates the ending_before date when a contract is provisioned using a package.date_offset: Date relative to contract start. Used for point-in-time dates without a duration.createContract endpoint for maximum flexibility.billing_provider and delivery_method. To provision a customer successfully with a package, the customer must have one and only one billing provider configuration that matches the billing provider configuration set on the package.days, weeks, months, yearsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Create a new package
Prevents the creation of duplicates. If a request to create a record is made with a previously used uniqueness key, a new record will not be created and the request will fail with a 409 error.
1 - 128Selects the rate card linked to the specified alias as of the contract's start date.
contract_start_date, first_billing_period Defaults to LOWEST_MULTIPLIER, which applies the greatest discount to list prices automatically. EXPLICIT prioritization requires specifying priorities for each multiplier; the one with the lowest priority value will be prioritized first. If tiered overrides are used, prioritization must be explicit.
LOWEST_MULTIPLIER, lowest_multiplier, EXPLICIT, explicit Determines which scheduled and commit charges to consolidate onto the Contract's usage invoice. The charge's timestamp must match the usage invoice's ending_before date for consolidation to occur. This field cannot be modified after a Contract has been created. If this field is omitted, charges will appear on a separate invoice from usage charges.
ALL aws_marketplace, azure_marketplace, gcp_marketplace, stripe, netsuite direct_to_billing_provider, aws_sqs, tackle, aws_sns Success