To properly display this page you need a browser with JavaScript support.
iFurn.pro
user guide
×
Меню
Индекс
Поиск
Поиск
API
4. Clients
4.5. Entering additional information on the client
Предыдущая
Следующая
Версия для печати
(c) iFurn.pro, 2022
To properly display this page you need a browser with JavaScript support.
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
}
}
]
}