The request is intended to create unit property.
&svc=create_unit_prop¶ms={ "id_unit": integer, "prop_name": string, "prop_value": string }
| Parameter | Description |
|---|---|
| id_unit | Unique Unit ID |
| prop_name | Name of unit property |
| prop_value | Value of unit property |
Returns status of unit property creation.
{ "result": true // Status of unit property creation }