_getDetails

Retrieve details of a list of Customers.

Parameters

ids

The IDs of the Customers details to be retrieved.

Example

FM_api('Customers_getDetails', ['ids' => ['10', '20', '30']]);

Result

On Success

{"id":"10","name":"The Cafe","notes":"[]","account_number":"","email":"jenny2056@hotmail.co.uk","last_update":"2018-11-08 09:33:37","industry":"","street_address1":"58 Milltown street","street_address2":"","town":"","county":"Down","postcode":"BT34 3PU","landline":"02841753979","mobile":"","contact_name":"Emily"},{"id":"20","name":"Fieldmotion","notes":"[]","account_number":"","email":"fm@gmail.com","last_update":"2018-10-30 10:58:06","industry":"","street_address1":"75 Belfast road","street_address2":"","to"...

Last updated