Management API
...
License
Custom Fields
Create License Custom Field
4min


Updated 05 Sep 2023
Did this page help you?
Creates a license custom field, if requesting manager has access permissions to it.
URL: /api/v1/license-custom-fields/
Method: POST
{ "value": "23", "license": 1609234933166159, "product_custom_field": 51 }
Code: 201 OK
Content Examples:
{ "id": 83, "value": "23", "license": 1609234933166159, "product_custom_field": 51 }