Basic Parameters
| Parameter | Description |
|---|---|
| Category ID | ID of the category the license should belong to. |
| Name | Name of the new license. |
| Seats | Number of license seats owned. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Expiration Date | Date of license expiration. |
| Extra Fields | Any additional fields to add to the license. Can be one of: - company_id: id number of the company the license belongs to - license_name: name of the contact person - serial: product key of the license - maintained: whether the license is being maintained (true/false) - manufacturer_id: ID number of the manufacturer - order_number: the order number of the license purchase - purchase_cost: the cost of the license - purchase_date: when the license was purchased - purchase_order: the order number of the license - reassignable: whether the license is reassignable (true/false) - supplier_id: the ID number of the license supplier - termination_date: when the license will be terminated. |
| License Email | Email address associated with license. |
| Notes | License Notes. |
Example Output
{
"status": "<string>",
"messages": "<string>",
"payload": {
"category_id": 0,
"license_email": "<string>",
"name": "<string>",
"notes": "<string>",
"purchase_cost": 28,
"seats": "<string>",
"updated_at": "2025-04-02T05:14:12.000000Z",
"created_at": "2025-04-02T05:14:12.000000Z",
"id": 14,
"free_seat_count": 2,
"license_seats_relation": [
{
"license_id": 9,
"count": 3
}
],
"assigned_count": []
}
}