_setArea
Parameters
id
area_id
Example
FM_api('Customer_setArea',[
'id' => '712687',
'area_id' => '90099'
]);Result
On Success
{"ok":"1"}On Failure
Last updated
FM_api('Customer_setArea',[
'id' => '712687',
'area_id' => '90099'
]);{"ok":"1"}Last updated
['ok":"1", "msg":"no change needed"}{"error:":missing or invalid parameter: id"}{"error":"customer does not exist"}