_listParents

Lists all Customers which have child Customers.

Example

FM_api(
    'Customers_listParents'
);

Result

[{"id":"653162","name":"Billy"}]

The "Billy" customer in this example is the parent of a customer "Milly"

Last updated