Entering additional information on the client

 
action: client_info_update
 
You can optionally enter a phone, email, address, address type. When entering, be sure to indicate the client code in the iFurn.pro system. It is not necessary to specify all data, you can selectively specify several fields.
 
Request
 
Вывод
 
{
    "status""ok",
    "error""",
    "data": [
        {
            "phone": {
                "status""complete",
                "last_insert_id"12
            },
            "email": {
                "status""complete",
                "last_insert_id"13
            },
            "add_type": {
                "status""complete",
                "last_insert_id"14
            },
            "add_info": {
                "status""complete",
                "last_insert_id"15
            }
        }
    ]
}