For the complete documentation index, see llms.txt. This page is also available as Markdown.

_new

Creates a new customer type

Parameters

name

Customer type name

Example

FM_api('CustomerType_new', ['name'=>'Cleaning'])

On Success

"{"ok":1,"id":12}"

Last updated