Upvise Client Library: Company Class (.NET)

Base Properties string id string name string owner string taxnumber string note string groupid string companyid string regionid Communication Properties string email string phone string fax string website Address Fields string street string city string zipcode string state string country string geo
Custom Fields void setCustomField(key, value) string getCustomField(key) Parsing & Serialization static Company fromJson(JSONObject obj) JSONObject toJson() Linked Records Contact[] getContacts(Query query)

Overview

The Company class of the Upvise Client Library represents a record in the >Contacts.companies table of the Upvise Contacts Application.

Company Sample on Github