Renew SM Seats Of A License
POST {{baseUrl}}/organizations/:organizationId/licenses/renewSeats
Renew SM seats of a license. This will extend the license expiration date of managed SM devices covered by this license
Request Body
{"licenseIdToRenew"=>"<string>", "unusedLicenseId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"resultingLicenses":[{"id":"1234","licenseType":"SME","licenseKey":"Z21234567890","orderNumber":"4C1234567","deviceSerial":null,"networkId":"N_24329156","state":"active","seatCount":25,"totalDurationInDays":365,"durationInDays":365,"permanentlyQueuedLicenses":[],"claimDate":"2019-08-29T12:40:10Z","activationDate":"2019-09-01T15:01:46Z","expirationDate":"2020-08-31T15:01:46Z"}]}