Upvise Client Library: Contact Class (.NET)
Base Properties string id string name string owner string note string salutation string groupid string companyid string regionid | Communication Properties string email string email2 string phone string phone2 string fax string skypename string webpage | 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 Contact fromJson(JSONObject obj) JSONObject toJson() |
Overview
The Contact class of the Upvise Client Library represent a record in the >Contacts.contacts table of the Upvise Contacts Application.
Contact Sample on Github