Contact business objects

There are several different business objects to use when querying for contact data. Each of the contact business objects returns basic information about your contacts, such as: Address, birth day, city, email, full name, and member type.

Although there are many surface-level similarities, there are several differences to be aware of. The following chart outlines the differences between the contact business objects:

Business ObjectContact KeyDetails
CsContactUse when you do not need a contact keyIncludes all basic information, plus financial data.
CsContactBasicIncludes all basic information, but excludes financial data and therefore runs faster than CsContact.
NetContactUse when you do need a contact keyIncludes all basic information, plus financial data. Combo records are returned as two separate rows (individual and organization).
NetContactBasicIncludes all basic information, but excludes financial data and therefore runs faster than NetContact. Combo records are returned as one row (individual).
NetContactDataIncludes all basic information, but excludes financial data and therefore runs faster than NetContact. Combo records are returned as one row (organization).


Did this page help you?