Create License Custom Field
Last updated
Was this helpful?
URL : /api/v1/license-custom-fields/
Method : POST
value - String
license - Integer
product_custom_field - Integer
{
"value": "23",
"license": 1609234933166159,
"product_custom_field": 51
}Code : 201 OK
Content examples :
{
"id": 83,
"value": "23",
"license": 1609234933166159,
"product_custom_field": 51
}Last updated
Was this helpful?
Was this helpful?