netlicensing_update_license
Modify license properties such as activation status, pricing, duration, quotas, and visibility to manage software licensing lifecycle.
Instructions
Update a license's properties.
Args: license_number: License to update active: True to activate, False to deactivate (omit to keep current) name: New display name (leave empty to keep current) start_date: ISO 8601 datetime β TIMEVOLUME type (leave empty to keep current) price: License price (omit to keep current) currency: ISO 4217 currency code (leave empty to keep current) time_volume: Duration value β TIMEVOLUME type (leave empty to keep current) time_volume_period: DAY | WEEK | MONTH | YEAR (leave empty to keep current) quantity: Usage quota β PayPerUse model (leave empty to keep current) used_quantity: Used count β PayPerUse model (leave empty to keep current) parent_feature: Parent feature β Rental model (leave empty to keep current) hidden: Visibility in Shop (omit to keep current)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license_number | Yes | ||
| active | No | ||
| name | No | ||
| start_date | No | ||
| price | No | ||
| currency | No | ||
| time_volume | No | ||
| time_volume_period | No | ||
| quantity | No | ||
| used_quantity | No | ||
| parent_feature | No | ||
| hidden | No |