This API let’s you to add a license entry
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
License update request
The license id for which the update is requested
50"lic.fdjsl.313"
The account id for which the license is being updated
50"acc.fdjsl.313"
The type of update to be performed
RELATIVE, ABSOLUTE The quantity to be updated
The effective from date for the update
"2021-03-04T14:25:10Z"
The idempotency key for uniqueness of the license update request
"idempotencyKey#1"
{ "key1": "value1", "key2": "value2" }Success response
License update
50"lic.fdjsl.313"
50"acc.fdjsl.313"
Absolute quantity of the license
10
"2021-03-04T14:25:10Z"
"2021-03-04T14:25:10Z"
{ "key1": "value1", "key2": "value2" }