netlicensing_create_transaction
Create a new transaction in NetLicensing to manage software licensing lifecycle, specifying status, source, licensee, and payment details.
Instructions
Create a new transaction.
Args: status: CANCELLED | CLOSED | PENDING source: Transaction source โ SHOP or AUTO (default SHOP) licensee_number: Optional โ associated licensee number: Optional custom transaction number (auto-generated if empty) name: Optional human-readable transaction name active: Whether the transaction is active date_created: Optional ISO 8601 creation timestamp date_closed: Optional ISO 8601 close timestamp payment_method: Optional payment method number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| source | No | SHOP | |
| licensee_number | No | ||
| number | No | ||
| name | No | ||
| active | No | ||
| date_created | No | ||
| date_closed | No | ||
| payment_method | No |