Update license details

Request
Security:
vc-security
path Parameters
id
required
string
Request Body schema: application/json
id
string
state
string (LicenseState)
Enum: "CREATED" "ACTIVATED" "REVOKED" "DEACTIVATED" "EXPIRED"
type
string (LicenseType)
Enum: "ATC" "BDHL" "DCI"
creationDate
string <date-time>
activationDate
string <date-time>
expirationDate
string <date-time>
lastActiveDate
string <date-time>
revocationDate
string <date-time>
deactivationDate
string <date-time>
orgId
string
ownerId
string
daysInactiveBeforeDeactivation
integer <int32>
version
integer <int64>
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

put/endpoint-control-service/v1/license/{id}
Request samples
application/json
{
  • "id": "string",
  • "state": "CREATED",
  • "type": "ATC",
  • "creationDate": "2019-08-24T14:15:22Z",
  • "activationDate": "2019-08-24T14:15:22Z",
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "lastActiveDate": "2019-08-24T14:15:22Z",
  • "revocationDate": "2019-08-24T14:15:22Z",
  • "deactivationDate": "2019-08-24T14:15:22Z",
  • "orgId": "string",
  • "ownerId": "string",
  • "daysInactiveBeforeDeactivation": 0,
  • "version": 0
}
Response samples
application/json
{
  • "id": "string",
  • "state": "CREATED",
  • "type": "ATC",
  • "creationDate": "2019-08-24T14:15:22Z",
  • "activationDate": "2019-08-24T14:15:22Z",
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "lastActiveDate": "2019-08-24T14:15:22Z",
  • "revocationDate": "2019-08-24T14:15:22Z",
  • "deactivationDate": "2019-08-24T14:15:22Z",
  • "orgId": "string",
  • "ownerId": "string",
  • "daysInactiveBeforeDeactivation": 0,
  • "version": 0
}