netlicensing_update_transaction
Modify transaction status, properties, or payment details in the NetLicensing licensing system to manage software license lifecycle changes.
Instructions
Update a transaction's status or properties.
Args: transaction_number: Transaction to update status: CANCELLED | CLOSED | PENDING (leave empty to keep current) active: Set active state (omit to keep current) name: Human-readable name (leave empty to keep current) date_closed: ISO 8601 close timestamp (leave empty to keep current) payment_method: Payment method number (leave empty to keep current)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_number | Yes | ||
| status | No | ||
| active | No | ||
| name | No | ||
| date_closed | No | ||
| payment_method | No |