Edit Unit

The request is intended to edit unit.

Request Example

&svc=update_unit&params={
    "id_unit": integer,
    "name": string,
    "is_free": integer,
    "hw_type": string,
    "hw_id": string,
    "phone": string,
    "phone2": string,
    "type": string,
    "info": json,
    "phone": string,
    "phone2": string,
    "max_permissible_speed": integer,
    "camera_imei": string
}

Parameters

Parameter Description
name Unit Name
is_free Unit status (paid, free)
hw_type Hardware type
hw_id Hardware ID
info Unit Info
phone Unit phone number
phone2 Additional unit phone number
max_permissible_speed Speed Limit
camera_imei custom-field value

Additional Information

Optional Parameters: phone, phone2, type. Instead of «+» you need to enter «%2B».

Server Response

Result:
{
    "result": true // Status of editing (true or false)
}