_enable
Last updated
Enables a Customer record.
The ID of the Customer you wish to enable.
FM_api('Customer_enable',[
'id'=>'466369'
]);If the "id" parameter is not set or has a value less than 1:
{"error":"missing or invalid parameter: id"}If the value of the "id" parameter does not match the ID of an existing Customer:
{"error":"customer does not exist"}Last updated
{"ok":1}