_get
Retrieve a Customers data.
Parameters
id
The ID of the Customer to retrieve.
fields (optional)
Optional JSON array (of the form ["id", "name", "notes", ...]
,) of fields that should be returned. As of now, the full list of valid field names is: department_id, account_number, id, name, notes, email, last_edited, industry, parent_id, street_address1, street_address2, town, county, postcode, landline, mobile, contact_name, cdate, created_by, custom_values, callback, account_manager, type, meta, callback_notes, latitude, longitude, is_active, city, state, country, last_edited_all, is_flagged, contacts
Example
Result
On Success
Last updated