/licenses/:id

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

🚧

NOTE:

Although the GET payload uses product_key in the results, you will want to use the serial field when sending POST/PUT/PATCH requests to the licenses endpoint.

$.get('http://yoursite.com/test/' + id, function(data) { console.log(data); });
Path Params
int32
required

ID (not name) of license being updated

Body Params
string

Name of license being created

int32
required

Valid license category ID

int32

Id number of company license belongs to

date

Date of license expiration

string

Email address associated with license

string

Name of license contact person

string

Product key of the license

boolean

Maintained status of license.

int32

ID number of manufacturer of license.

string

License Notes

string

Order number of license purchase

float

Cost of license

date

Date of license purchase

string

Purchase Order #

boolean

Is license reassignable?

int32

Number of license seats owned.

int32

ID number of license supplier

date

Termination date for license.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json