Create License Custom Field

URL : /api/v1/license-custom-fields/

Method : POST

Parameters

  • value - String

  • license - Integer

  • product_custom_field - Integer

Data example

{
    "value": "23",
    "license": 1609234933166159,
    "product_custom_field": 51
}

Success Response

Code : 201 OK

Content examples :

{
    "id": 83,
    "value": "23",
    "license": 1609234933166159,
    "product_custom_field": 51
}

Last updated

Was this helpful?