regis

<back to all web services

CRMContactUpdateRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/DynamicsCRM/Contact/{guid}/Update
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class CRMContactUpdateRequest
    {
        public String guid = null;
        public Integer regent_id = null;
        public String first_name = null;
        public String last_name = null;
        public String middle_name = null;
        public String preferred_name = null;
        public String prefix = null;
        public String addressee = null;
        public String primary_salutation = null;
        public String former_name = null;
        public String spouse_name = null;
        public Boolean spouse_is_main_contact = null;
        public String addr1 = null;
        public String addr2 = null;
        public String city = null;
        public String state = null;
        public String country = null;
        public String code = null;
        public Date dob = null;
        public Date deceased_date = null;
        public String citizenship = null;
        public String citizenship_other = null;
        public String permanent_resident = null;
        public String denomination = null;
        public String connection_to_regent = null;
        public String student_segment = null;
        public String reason_added = null;
        public String gender = null;
        public String marital_status = null;
        public Boolean financial_aid_received = null;
        public Boolean is_applicant = null;
        public String solicitation_method = null;
        public String solicitation_exceptions = null;
        public Boolean campaign_monitor_optin = null;
        public Boolean campaign_monitor_suppressed = null;
        public String campaign_monitor_lists = null;
        public String email = null;
        public String email_secondary = null;
        public String phone_home = null;
        public String phone_bus = null;
        public String phone_cell = null;
        public Boolean no_mail = null;
        public Boolean no_email = null;
        public Boolean no_bulk_email = null;
        public Boolean no_phone = null;
        public Boolean no_marketing_materials = null;
        public Boolean prefers_email = null;
        public Boolean prefers_phone = null;
        public Date last_credit_class = null;
        public Date last_audit_class = null;
        public Date last_oncampus_class = null;
        public Date last_distance_education_class = null;
        public Date last_evening_weekend_class = null;
        public Date last_summer_class = null;
        public Date last_marketplace_class = null;
        public Date last_anglican_studies_class = null;
        public Boolean new_has_regent_degree = null;
        public String image_base64 = null;
        public String owning_username = null;
        
        public String getGuid() { return guid; }
        public CRMContactUpdateRequest setGuid(String value) { this.guid = value; return this; }
        public Integer getRegentId() { return regent_id; }
        public CRMContactUpdateRequest setRegentId(Integer value) { this.regent_id = value; return this; }
        public String getFirstName() { return first_name; }
        public CRMContactUpdateRequest setFirstName(String value) { this.first_name = value; return this; }
        public String getLastName() { return last_name; }
        public CRMContactUpdateRequest setLastName(String value) { this.last_name = value; return this; }
        public String getMiddleName() { return middle_name; }
        public CRMContactUpdateRequest setMiddleName(String value) { this.middle_name = value; return this; }
        public String getPreferredName() { return preferred_name; }
        public CRMContactUpdateRequest setPreferredName(String value) { this.preferred_name = value; return this; }
        public String getPrefix() { return prefix; }
        public CRMContactUpdateRequest setPrefix(String value) { this.prefix = value; return this; }
        public String getAddressee() { return addressee; }
        public CRMContactUpdateRequest setAddressee(String value) { this.addressee = value; return this; }
        public String getPrimarySalutation() { return primary_salutation; }
        public CRMContactUpdateRequest setPrimarySalutation(String value) { this.primary_salutation = value; return this; }
        public String getFormerName() { return former_name; }
        public CRMContactUpdateRequest setFormerName(String value) { this.former_name = value; return this; }
        public String getSpouseName() { return spouse_name; }
        public CRMContactUpdateRequest setSpouseName(String value) { this.spouse_name = value; return this; }
        public Boolean isSpouseIsMainContact() { return spouse_is_main_contact; }
        public CRMContactUpdateRequest setSpouseIsMainContact(Boolean value) { this.spouse_is_main_contact = value; return this; }
        public String getAddr1() { return addr1; }
        public CRMContactUpdateRequest setAddr1(String value) { this.addr1 = value; return this; }
        public String getAddr2() { return addr2; }
        public CRMContactUpdateRequest setAddr2(String value) { this.addr2 = value; return this; }
        public String getCity() { return city; }
        public CRMContactUpdateRequest setCity(String value) { this.city = value; return this; }
        public String getState() { return state; }
        public CRMContactUpdateRequest setState(String value) { this.state = value; return this; }
        public String getCountry() { return country; }
        public CRMContactUpdateRequest setCountry(String value) { this.country = value; return this; }
        public String getCode() { return code; }
        public CRMContactUpdateRequest setCode(String value) { this.code = value; return this; }
        public Date getDob() { return dob; }
        public CRMContactUpdateRequest setDob(Date value) { this.dob = value; return this; }
        public Date getDeceasedDate() { return deceased_date; }
        public CRMContactUpdateRequest setDeceasedDate(Date value) { this.deceased_date = value; return this; }
        public String getCitizenship() { return citizenship; }
        public CRMContactUpdateRequest setCitizenship(String value) { this.citizenship = value; return this; }
        public String getCitizenshipOther() { return citizenship_other; }
        public CRMContactUpdateRequest setCitizenshipOther(String value) { this.citizenship_other = value; return this; }
        public String getPermanentResident() { return permanent_resident; }
        public CRMContactUpdateRequest setPermanentResident(String value) { this.permanent_resident = value; return this; }
        public String getDenomination() { return denomination; }
        public CRMContactUpdateRequest setDenomination(String value) { this.denomination = value; return this; }
        public String getConnectionToRegent() { return connection_to_regent; }
        public CRMContactUpdateRequest setConnectionToRegent(String value) { this.connection_to_regent = value; return this; }
        public String getStudentSegment() { return student_segment; }
        public CRMContactUpdateRequest setStudentSegment(String value) { this.student_segment = value; return this; }
        public String getReasonAdded() { return reason_added; }
        public CRMContactUpdateRequest setReasonAdded(String value) { this.reason_added = value; return this; }
        public String getGender() { return gender; }
        public CRMContactUpdateRequest setGender(String value) { this.gender = value; return this; }
        public String getMaritalStatus() { return marital_status; }
        public CRMContactUpdateRequest setMaritalStatus(String value) { this.marital_status = value; return this; }
        public Boolean isFinancialAidReceived() { return financial_aid_received; }
        public CRMContactUpdateRequest setFinancialAidReceived(Boolean value) { this.financial_aid_received = value; return this; }
        public Boolean getIsApplicant() { return is_applicant; }
        public CRMContactUpdateRequest setIsApplicant(Boolean value) { this.is_applicant = value; return this; }
        public String getSolicitationMethod() { return solicitation_method; }
        public CRMContactUpdateRequest setSolicitationMethod(String value) { this.solicitation_method = value; return this; }
        public String getSolicitationExceptions() { return solicitation_exceptions; }
        public CRMContactUpdateRequest setSolicitationExceptions(String value) { this.solicitation_exceptions = value; return this; }
        public Boolean isCampaignMonitorOptin() { return campaign_monitor_optin; }
        public CRMContactUpdateRequest setCampaignMonitorOptin(Boolean value) { this.campaign_monitor_optin = value; return this; }
        public Boolean isCampaignMonitorSuppressed() { return campaign_monitor_suppressed; }
        public CRMContactUpdateRequest setCampaignMonitorSuppressed(Boolean value) { this.campaign_monitor_suppressed = value; return this; }
        public String getCampaignMonitorLists() { return campaign_monitor_lists; }
        public CRMContactUpdateRequest setCampaignMonitorLists(String value) { this.campaign_monitor_lists = value; return this; }
        public String getEmail() { return email; }
        public CRMContactUpdateRequest setEmail(String value) { this.email = value; return this; }
        public String getEmailSecondary() { return email_secondary; }
        public CRMContactUpdateRequest setEmailSecondary(String value) { this.email_secondary = value; return this; }
        public String getPhoneHome() { return phone_home; }
        public CRMContactUpdateRequest setPhoneHome(String value) { this.phone_home = value; return this; }
        public String getPhoneBus() { return phone_bus; }
        public CRMContactUpdateRequest setPhoneBus(String value) { this.phone_bus = value; return this; }
        public String getPhoneCell() { return phone_cell; }
        public CRMContactUpdateRequest setPhoneCell(String value) { this.phone_cell = value; return this; }
        public Boolean isNoMail() { return no_mail; }
        public CRMContactUpdateRequest setNoMail(Boolean value) { this.no_mail = value; return this; }
        public Boolean isNoEmail() { return no_email; }
        public CRMContactUpdateRequest setNoEmail(Boolean value) { this.no_email = value; return this; }
        public Boolean isNoBulkEmail() { return no_bulk_email; }
        public CRMContactUpdateRequest setNoBulkEmail(Boolean value) { this.no_bulk_email = value; return this; }
        public Boolean isNoPhone() { return no_phone; }
        public CRMContactUpdateRequest setNoPhone(Boolean value) { this.no_phone = value; return this; }
        public Boolean isNoMarketingMaterials() { return no_marketing_materials; }
        public CRMContactUpdateRequest setNoMarketingMaterials(Boolean value) { this.no_marketing_materials = value; return this; }
        public Boolean isPrefersEmail() { return prefers_email; }
        public CRMContactUpdateRequest setPrefersEmail(Boolean value) { this.prefers_email = value; return this; }
        public Boolean isPrefersPhone() { return prefers_phone; }
        public CRMContactUpdateRequest setPrefersPhone(Boolean value) { this.prefers_phone = value; return this; }
        public Date getLastCreditClass() { return last_credit_class; }
        public CRMContactUpdateRequest setLastCreditClass(Date value) { this.last_credit_class = value; return this; }
        public Date getLastAuditClass() { return last_audit_class; }
        public CRMContactUpdateRequest setLastAuditClass(Date value) { this.last_audit_class = value; return this; }
        public Date getLastOncampusClass() { return last_oncampus_class; }
        public CRMContactUpdateRequest setLastOncampusClass(Date value) { this.last_oncampus_class = value; return this; }
        public Date getLastDistanceEducationClass() { return last_distance_education_class; }
        public CRMContactUpdateRequest setLastDistanceEducationClass(Date value) { this.last_distance_education_class = value; return this; }
        public Date getLastEveningWeekendClass() { return last_evening_weekend_class; }
        public CRMContactUpdateRequest setLastEveningWeekendClass(Date value) { this.last_evening_weekend_class = value; return this; }
        public Date getLastSummerClass() { return last_summer_class; }
        public CRMContactUpdateRequest setLastSummerClass(Date value) { this.last_summer_class = value; return this; }
        public Date getLastMarketplaceClass() { return last_marketplace_class; }
        public CRMContactUpdateRequest setLastMarketplaceClass(Date value) { this.last_marketplace_class = value; return this; }
        public Date getLastAnglicanStudiesClass() { return last_anglican_studies_class; }
        public CRMContactUpdateRequest setLastAnglicanStudiesClass(Date value) { this.last_anglican_studies_class = value; return this; }
        public Boolean isNewHasRegentDegree() { return new_has_regent_degree; }
        public CRMContactUpdateRequest setNewHasRegentDegree(Boolean value) { this.new_has_regent_degree = value; return this; }
        public String getImageBase64() { return image_base64; }
        public CRMContactUpdateRequest setImageBase64(String value) { this.image_base64 = value; return this; }
        public String getOwningUsername() { return owning_username; }
        public CRMContactUpdateRequest setOwningUsername(String value) { this.owning_username = value; return this; }
    }

}

Java CRMContactUpdateRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /DynamicsCRM/Contact/{guid}/Update HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	guid: String,
	regent_id: 0,
	first_name: String,
	last_name: String,
	middle_name: String,
	preferred_name: String,
	prefix: String,
	addressee: String,
	primary_salutation: String,
	former_name: String,
	spouse_name: String,
	spouse_is_main_contact: False,
	addr1: String,
	addr2: String,
	city: String,
	state: String,
	country: String,
	code: String,
	dob: 0001-01-01,
	deceased_date: 0001-01-01,
	citizenship: String,
	citizenship_other: String,
	permanent_resident: String,
	denomination: String,
	connection_to_regent: String,
	student_segment: String,
	reason_added: String,
	gender: String,
	marital_status: String,
	financial_aid_received: False,
	is_applicant: False,
	solicitation_method: String,
	solicitation_exceptions: String,
	campaign_monitor_optin: False,
	campaign_monitor_suppressed: False,
	campaign_monitor_lists: String,
	email: String,
	email_secondary: String,
	phone_home: String,
	phone_bus: String,
	phone_cell: String,
	no_mail: False,
	no_email: False,
	no_bulk_email: False,
	no_phone: False,
	no_marketing_materials: False,
	prefers_email: False,
	prefers_phone: False,
	last_credit_class: 0001-01-01,
	last_audit_class: 0001-01-01,
	last_oncampus_class: 0001-01-01,
	last_distance_education_class: 0001-01-01,
	last_evening_weekend_class: 0001-01-01,
	last_summer_class: 0001-01-01,
	last_marketplace_class: 0001-01-01,
	last_anglican_studies_class: 0001-01-01,
	new_has_regent_degree: False,
	image_base64: String,
	owning_username: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	errorCode: String,
	message: String,
	stackTrace: String,
	errors: 
	[
		{
			errorCode: String,
			fieldName: String,
			message: String,
			meta: 
			{
				String: String
			}
		}
	],
	meta: 
	{
		String: String
	}
}