Create Unit Property

The request is intended to create unit property.

Request Example

&svc=create_unit_prop&params={
    "id_unit": integer,
    "prop_name": string,
    "prop_value": string
}

Parameters

Parameter Description
id_unit Unique Unit ID
prop_name Name of unit property
prop_value Value of unit property

Additional Information

Returns status of unit property creation.

Server Response

Result:
{
    "result": true // Status of unit property creation
}