put
https://develop.snipeitapp.com/api/v1/licenses/
NOTE:Although the GET payload uses
product_keyin the results, you will want to use theserialfield when sending POST/PUT/PATCH requests to the licenses endpoint.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});