SoftwareLicense
JSON Format
Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| productName | string | no | yes | |
| productVersion | string | no | ||
| vendorId | integer | no | ||
| numberOfLicenses | integer | no | ||
| purchaseDate | date | no | ||
| supportExpirationDate | date | no | ||
| note | string | |||
| installedOnAssetIds | array | Array of Asset IDs |
URIs
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/software-licenses | GET | 200 | Returns an Array of all SoftwareLicenses | |
| /api/software-licenses/{id} | GET | 200 | Returns one SoftwareLicense | |
| /api/software-licenses | POST | SoftwareLicense | 201 | Create new SoftwareLicense |
| /api/software-licenses/{id} | PUT | SoftwareLicense | 204 | Update an existing SoftwareLicense |
| /api/software-licenses/{id} | DELETE | 200 | Delete a SoftwareLicense |
