_disable
Disable a Customer record.
Parameters
id
The ID of the Customer to be disabled.
Example
FM_api('Customer_disable', ['id' => '10']);
Result
On Success
{"ok":1}
Last updated
Disable a Customer record.
The ID of the Customer to be disabled.
FM_api('Customer_disable', ['id' => '10']);
{"ok":1}
Last updated