Client Contacts are people that you may assign resources to inside Cashboard.
Resources being things like estimates, invoices, payments, and projects.
Client Contacts may also belong to Client Companies,
which allow you to assign resources to multiple people at once.
Returns a data template that you can fill in to use the CREATE action.
Creates a new client contact. Use the template provided by the NEW action.
Returns a single client contact.
Updates an existing client contact.
Deletes a client contact.
Company memberships assign a Contact to a Client Company.
<?xml version="1.0" encoding="UTF-8"?> <company_membership> <person_id></person_id> <company_id></company_id> </company_membership>
Lists all company memberships for this client
Returns a data template that you can fill in to use the CREATE action.
Assign a client contact to a company.
Removes the association between a contact and their company.
<?xml version="1.0" encoding="UTF-8"?> <client_contact> <api_key read_only="true"></api_key> <last_login read_only="true"></last_login> <login_count read_only="true">0</login_count> <updated_at read_only="true"></updated_at> <address></address> <address2></address2> <city></city> <country_code></country_code> <currency_type_code></currency_type_code> <custom_1></custom_1> <custom_2></custom_2> <custom_3></custom_3> <email_address></email_address> <first_name></first_name> <is_archived>false</is_archived> <last_name></last_name> <notes></notes> <password></password> <state></state> <telephone></telephone> <url></url> <zip></zip> </client_contact>
Must be a valid ISO 3166 country code.
Available values are ISO 4217 currency codes.
Sets the currency that will be shown to your clients in their Cashboard UI and sent documents.