APIs to perform Dynamic Monetization activity.
Dynamic Monetization APIs (v1.1)
Download OpenAPI description
Languages
Servers
Dynamic Monetization API URL
https://{siteID}.flexnetoperations.{domainExtension}/dynamicmonetization/
Configuration
APIs for managing configuration values that control how customers can access and consume line items.
Available values:
- timezone.tolerant
- Allows a line item to be used up to 12 hours before its start date (UTC) and up to 12 hours after its end date (UTC), therefore making it tolerant to all time zones.
- Supported values: true (enabled) and false (disabled).
- Default: false
- session.charge.period
- Defines the automatic charge interval for a session. Consult the user guide for more information about session automatic charging.
- Supported values: ISO-8601 duration in the form
PTnH,PTnM, orPTnHnM. Seconds are not supported.- Examples:
PT1His every hourPT30Mis every 30 minutesPT1H30Mis every 90 minutes
- Minimum: 10 minutes
- Maximum: 24 hours
- Examples:
- Default:
PT1H(every hour)
Operations