user guide
×
Меню
Индекс

Updating User Data

 
Action: sales_units_update
 
The request should be built according to the model:
 
{
    "data":
    [
        {
            "manager":
            {
                "email":"trt@email.com",
                "name":"ewwewe",
                "admin":1,
                "code1c":"212",
                "phone":"+38 (050) 111-22-33",
                "id":582
            }
        },
        [
            [
                {"id_role":7},
                {"id_role":8}
           ]
        ]
        
    ]
}