Required permission: | UpdateApplication |
POST | /DynamicsCRM/Application/Upsert/Multiple |
---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
public static class CRMApplicationUpsertMultipleRequest
{
public ArrayList<CRMApplicationCreateRequest> applications = null;
public ArrayList<CRMApplicationCreateRequest> getApplications() { return applications; }
public CRMApplicationUpsertMultipleRequest setApplications(ArrayList<CRMApplicationCreateRequest> value) { this.applications = value; return this; }
}
public static class CRMApplicationCreateRequest
{
public Integer regent_id = null;
public Integer import_id = null;
public String application_name = null;
public String academic_program = null;
public String start_term = null;
public String location = 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 String former_name = null;
public String citizenship = null;
public String citizenship_other = null;
public String permanent_resident = null;
public String spouse_name = null;
public String children = null;
public Boolean native_english_speaker = null;
public String native_language = null;
public String birth_place = null;
public String residency_status = null;
public Date language_test_exemption_request_date = null;
public Date language_test_exemption_decision_date = null;
public String language_test_exemption_decision = null;
public String language_test_comment = null;
public ArrayList<CRMApplicationLanguageTestCreateRequest> language_tests = null;
public ArrayList<CRMApplicationRefereeCreateRequest> references = null;
public ArrayList<CRMApplicationRequirementCreateRequest> requirements = null;
public ArrayList<CRMEducationUpsertRequest> education = null;
public String church_attended = null;
public String pastor_first_name = null;
public String pastor_last_name = null;
public Boolean has_impairment = null;
public String impairment_description = null;
public Boolean apply_for_financial_aid = null;
public String financial_description = null;
public BigDecimal employment_years = null;
public String employment_description = null;
public BigDecimal church_volunteer_years = null;
public String church_volunteer_description = null;
public BigDecimal other_volunteer_years = null;
public String other_volunteer_description = null;
public String accomplishments_description = null;
public String what_other_graduate_schools_are_you_apply = null;
public String what_else_interests_you_about_regent = null;
public String heard_about_regent_from_book = null;
public String heard_about_regent_from_event = null;
public String heard_about_regent_from_organization = null;
public String heard_about_regent_from_person = null;
public String heard_about_regent_from_website_pub = null;
public ArrayList<String> what_interests_you_about_regent = null;
public String what_else_brought_you_to_regent = null;
public Boolean start_via_distance_ed = null;
public Boolean transfer_credits = null;
public String applicant_comments = null;
public BigDecimal cumulative_undergraduate_gpa = null;
public BigDecimal cumulative_graduate_gpa = null;
public Boolean conditional_admission = null;
public ArrayList<String> conditional_admission_reason = null;
public String admission_notes = null;
public String admission_decision_notes = null;
public String withdrawn_reason = null;
public Date submitted = null;
public Date paid = null;
public Date reviewed = null;
public Date completed = null;
public Date rejected = null;
public Date admitted = null;
public Date postponed = null;
public Date withdrawn = null;
public Date confirmed = null;
public Date read_theological_position = null;
public String current_status = null;
public String image_base64 = null;
public String promo_code = null;
public Date added_date = null;
public Date last_contacted_date = null;
public String owning_username = null;
public Integer getRegentId() { return regent_id; }
public CRMApplicationCreateRequest setRegentId(Integer value) { this.regent_id = value; return this; }
public Integer getImportId() { return import_id; }
public CRMApplicationCreateRequest setImportId(Integer value) { this.import_id = value; return this; }
public String getApplicationName() { return application_name; }
public CRMApplicationCreateRequest setApplicationName(String value) { this.application_name = value; return this; }
public String getAcademicProgram() { return academic_program; }
public CRMApplicationCreateRequest setAcademicProgram(String value) { this.academic_program = value; return this; }
public String getStartTerm() { return start_term; }
public CRMApplicationCreateRequest setStartTerm(String value) { this.start_term = value; return this; }
public String getLocation() { return location; }
public CRMApplicationCreateRequest setLocation(String value) { this.location = value; return this; }
public String getAddr1() { return addr1; }
public CRMApplicationCreateRequest setAddr1(String value) { this.addr1 = value; return this; }
public String getAddr2() { return addr2; }
public CRMApplicationCreateRequest setAddr2(String value) { this.addr2 = value; return this; }
public String getCity() { return city; }
public CRMApplicationCreateRequest setCity(String value) { this.city = value; return this; }
public String getState() { return state; }
public CRMApplicationCreateRequest setState(String value) { this.state = value; return this; }
public String getCountry() { return country; }
public CRMApplicationCreateRequest setCountry(String value) { this.country = value; return this; }
public String getCode() { return code; }
public CRMApplicationCreateRequest setCode(String value) { this.code = value; return this; }
public String getFormerName() { return former_name; }
public CRMApplicationCreateRequest setFormerName(String value) { this.former_name = value; return this; }
public String getCitizenship() { return citizenship; }
public CRMApplicationCreateRequest setCitizenship(String value) { this.citizenship = value; return this; }
public String getCitizenshipOther() { return citizenship_other; }
public CRMApplicationCreateRequest setCitizenshipOther(String value) { this.citizenship_other = value; return this; }
public String getPermanentResident() { return permanent_resident; }
public CRMApplicationCreateRequest setPermanentResident(String value) { this.permanent_resident = value; return this; }
public String getSpouseName() { return spouse_name; }
public CRMApplicationCreateRequest setSpouseName(String value) { this.spouse_name = value; return this; }
public String getChildren() { return children; }
public CRMApplicationCreateRequest setChildren(String value) { this.children = value; return this; }
public Boolean isNativeEnglishSpeaker() { return native_english_speaker; }
public CRMApplicationCreateRequest setNativeEnglishSpeaker(Boolean value) { this.native_english_speaker = value; return this; }
public String getNativeLanguage() { return native_language; }
public CRMApplicationCreateRequest setNativeLanguage(String value) { this.native_language = value; return this; }
public String getBirthPlace() { return birth_place; }
public CRMApplicationCreateRequest setBirthPlace(String value) { this.birth_place = value; return this; }
public String getResidencyStatus() { return residency_status; }
public CRMApplicationCreateRequest setResidencyStatus(String value) { this.residency_status = value; return this; }
public Date getLanguageTestExemptionRequestDate() { return language_test_exemption_request_date; }
public CRMApplicationCreateRequest setLanguageTestExemptionRequestDate(Date value) { this.language_test_exemption_request_date = value; return this; }
public Date getLanguageTestExemptionDecisionDate() { return language_test_exemption_decision_date; }
public CRMApplicationCreateRequest setLanguageTestExemptionDecisionDate(Date value) { this.language_test_exemption_decision_date = value; return this; }
public String getLanguageTestExemptionDecision() { return language_test_exemption_decision; }
public CRMApplicationCreateRequest setLanguageTestExemptionDecision(String value) { this.language_test_exemption_decision = value; return this; }
public String getLanguageTestComment() { return language_test_comment; }
public CRMApplicationCreateRequest setLanguageTestComment(String value) { this.language_test_comment = value; return this; }
public ArrayList<CRMApplicationLanguageTestCreateRequest> getLanguageTests() { return language_tests; }
public CRMApplicationCreateRequest setLanguageTests(ArrayList<CRMApplicationLanguageTestCreateRequest> value) { this.language_tests = value; return this; }
public ArrayList<CRMApplicationRefereeCreateRequest> getReferences() { return references; }
public CRMApplicationCreateRequest setReferences(ArrayList<CRMApplicationRefereeCreateRequest> value) { this.references = value; return this; }
public ArrayList<CRMApplicationRequirementCreateRequest> getRequirements() { return requirements; }
public CRMApplicationCreateRequest setRequirements(ArrayList<CRMApplicationRequirementCreateRequest> value) { this.requirements = value; return this; }
public ArrayList<CRMEducationUpsertRequest> getEducation() { return education; }
public CRMApplicationCreateRequest setEducation(ArrayList<CRMEducationUpsertRequest> value) { this.education = value; return this; }
public String getChurchAttended() { return church_attended; }
public CRMApplicationCreateRequest setChurchAttended(String value) { this.church_attended = value; return this; }
public String getPastorFirstName() { return pastor_first_name; }
public CRMApplicationCreateRequest setPastorFirstName(String value) { this.pastor_first_name = value; return this; }
public String getPastorLastName() { return pastor_last_name; }
public CRMApplicationCreateRequest setPastorLastName(String value) { this.pastor_last_name = value; return this; }
public Boolean isHasImpairment() { return has_impairment; }
public CRMApplicationCreateRequest setHasImpairment(Boolean value) { this.has_impairment = value; return this; }
public String getImpairmentDescription() { return impairment_description; }
public CRMApplicationCreateRequest setImpairmentDescription(String value) { this.impairment_description = value; return this; }
public Boolean isApplyForFinancialAid() { return apply_for_financial_aid; }
public CRMApplicationCreateRequest setApplyForFinancialAid(Boolean value) { this.apply_for_financial_aid = value; return this; }
public String getFinancialDescription() { return financial_description; }
public CRMApplicationCreateRequest setFinancialDescription(String value) { this.financial_description = value; return this; }
public BigDecimal getEmploymentYears() { return employment_years; }
public CRMApplicationCreateRequest setEmploymentYears(BigDecimal value) { this.employment_years = value; return this; }
public String getEmploymentDescription() { return employment_description; }
public CRMApplicationCreateRequest setEmploymentDescription(String value) { this.employment_description = value; return this; }
public BigDecimal getChurchVolunteerYears() { return church_volunteer_years; }
public CRMApplicationCreateRequest setChurchVolunteerYears(BigDecimal value) { this.church_volunteer_years = value; return this; }
public String getChurchVolunteerDescription() { return church_volunteer_description; }
public CRMApplicationCreateRequest setChurchVolunteerDescription(String value) { this.church_volunteer_description = value; return this; }
public BigDecimal getOtherVolunteerYears() { return other_volunteer_years; }
public CRMApplicationCreateRequest setOtherVolunteerYears(BigDecimal value) { this.other_volunteer_years = value; return this; }
public String getOtherVolunteerDescription() { return other_volunteer_description; }
public CRMApplicationCreateRequest setOtherVolunteerDescription(String value) { this.other_volunteer_description = value; return this; }
public String getAccomplishmentsDescription() { return accomplishments_description; }
public CRMApplicationCreateRequest setAccomplishmentsDescription(String value) { this.accomplishments_description = value; return this; }
public String getWhatOtherGraduateSchoolsAreYouApply() { return what_other_graduate_schools_are_you_apply; }
public CRMApplicationCreateRequest setWhatOtherGraduateSchoolsAreYouApply(String value) { this.what_other_graduate_schools_are_you_apply = value; return this; }
public String getWhatElseInterestsYouAboutRegent() { return what_else_interests_you_about_regent; }
public CRMApplicationCreateRequest setWhatElseInterestsYouAboutRegent(String value) { this.what_else_interests_you_about_regent = value; return this; }
public String getHeardAboutRegentFromBook() { return heard_about_regent_from_book; }
public CRMApplicationCreateRequest setHeardAboutRegentFromBook(String value) { this.heard_about_regent_from_book = value; return this; }
public String getHeardAboutRegentFromEvent() { return heard_about_regent_from_event; }
public CRMApplicationCreateRequest setHeardAboutRegentFromEvent(String value) { this.heard_about_regent_from_event = value; return this; }
public String getHeardAboutRegentFromOrganization() { return heard_about_regent_from_organization; }
public CRMApplicationCreateRequest setHeardAboutRegentFromOrganization(String value) { this.heard_about_regent_from_organization = value; return this; }
public String getHeardAboutRegentFromPerson() { return heard_about_regent_from_person; }
public CRMApplicationCreateRequest setHeardAboutRegentFromPerson(String value) { this.heard_about_regent_from_person = value; return this; }
public String getHeardAboutRegentFromWebsitePub() { return heard_about_regent_from_website_pub; }
public CRMApplicationCreateRequest setHeardAboutRegentFromWebsitePub(String value) { this.heard_about_regent_from_website_pub = value; return this; }
public ArrayList<String> getWhatInterestsYouAboutRegent() { return what_interests_you_about_regent; }
public CRMApplicationCreateRequest setWhatInterestsYouAboutRegent(ArrayList<String> value) { this.what_interests_you_about_regent = value; return this; }
public String getWhatElseBroughtYouToRegent() { return what_else_brought_you_to_regent; }
public CRMApplicationCreateRequest setWhatElseBroughtYouToRegent(String value) { this.what_else_brought_you_to_regent = value; return this; }
public Boolean isStartViaDistanceEd() { return start_via_distance_ed; }
public CRMApplicationCreateRequest setStartViaDistanceEd(Boolean value) { this.start_via_distance_ed = value; return this; }
public Boolean isTransferCredits() { return transfer_credits; }
public CRMApplicationCreateRequest setTransferCredits(Boolean value) { this.transfer_credits = value; return this; }
public String getApplicantComments() { return applicant_comments; }
public CRMApplicationCreateRequest setApplicantComments(String value) { this.applicant_comments = value; return this; }
public BigDecimal getCumulativeUndergraduateGpa() { return cumulative_undergraduate_gpa; }
public CRMApplicationCreateRequest setCumulativeUndergraduateGpa(BigDecimal value) { this.cumulative_undergraduate_gpa = value; return this; }
public BigDecimal getCumulativeGraduateGpa() { return cumulative_graduate_gpa; }
public CRMApplicationCreateRequest setCumulativeGraduateGpa(BigDecimal value) { this.cumulative_graduate_gpa = value; return this; }
public Boolean isConditionalAdmission() { return conditional_admission; }
public CRMApplicationCreateRequest setConditionalAdmission(Boolean value) { this.conditional_admission = value; return this; }
public ArrayList<String> getConditionalAdmissionReason() { return conditional_admission_reason; }
public CRMApplicationCreateRequest setConditionalAdmissionReason(ArrayList<String> value) { this.conditional_admission_reason = value; return this; }
public String getAdmissionNotes() { return admission_notes; }
public CRMApplicationCreateRequest setAdmissionNotes(String value) { this.admission_notes = value; return this; }
public String getAdmissionDecisionNotes() { return admission_decision_notes; }
public CRMApplicationCreateRequest setAdmissionDecisionNotes(String value) { this.admission_decision_notes = value; return this; }
public String getWithdrawnReason() { return withdrawn_reason; }
public CRMApplicationCreateRequest setWithdrawnReason(String value) { this.withdrawn_reason = value; return this; }
public Date getSubmitted() { return submitted; }
public CRMApplicationCreateRequest setSubmitted(Date value) { this.submitted = value; return this; }
public Date getPaid() { return paid; }
public CRMApplicationCreateRequest setPaid(Date value) { this.paid = value; return this; }
public Date getReviewed() { return reviewed; }
public CRMApplicationCreateRequest setReviewed(Date value) { this.reviewed = value; return this; }
public Date getCompleted() { return completed; }
public CRMApplicationCreateRequest setCompleted(Date value) { this.completed = value; return this; }
public Date getRejected() { return rejected; }
public CRMApplicationCreateRequest setRejected(Date value) { this.rejected = value; return this; }
public Date getAdmitted() { return admitted; }
public CRMApplicationCreateRequest setAdmitted(Date value) { this.admitted = value; return this; }
public Date getPostponed() { return postponed; }
public CRMApplicationCreateRequest setPostponed(Date value) { this.postponed = value; return this; }
public Date getWithdrawn() { return withdrawn; }
public CRMApplicationCreateRequest setWithdrawn(Date value) { this.withdrawn = value; return this; }
public Date getConfirmed() { return confirmed; }
public CRMApplicationCreateRequest setConfirmed(Date value) { this.confirmed = value; return this; }
public Date getReadTheologicalPosition() { return read_theological_position; }
public CRMApplicationCreateRequest setReadTheologicalPosition(Date value) { this.read_theological_position = value; return this; }
public String getCurrentStatus() { return current_status; }
public CRMApplicationCreateRequest setCurrentStatus(String value) { this.current_status = value; return this; }
public String getImageBase64() { return image_base64; }
public CRMApplicationCreateRequest setImageBase64(String value) { this.image_base64 = value; return this; }
public String getPromoCode() { return promo_code; }
public CRMApplicationCreateRequest setPromoCode(String value) { this.promo_code = value; return this; }
public Date getAddedDate() { return added_date; }
public CRMApplicationCreateRequest setAddedDate(Date value) { this.added_date = value; return this; }
public Date getLastContactedDate() { return last_contacted_date; }
public CRMApplicationCreateRequest setLastContactedDate(Date value) { this.last_contacted_date = value; return this; }
public String getOwningUsername() { return owning_username; }
public CRMApplicationCreateRequest setOwningUsername(String value) { this.owning_username = value; return this; }
}
public static class CRMApplicationLanguageTestCreateRequest
{
public String type = null;
public Date test_date = null;
public BigDecimal score = null;
public Boolean applicant_defined = null;
public String status = null;
public String getType() { return type; }
public CRMApplicationLanguageTestCreateRequest setType(String value) { this.type = value; return this; }
public Date getTestDate() { return test_date; }
public CRMApplicationLanguageTestCreateRequest setTestDate(Date value) { this.test_date = value; return this; }
public BigDecimal getScore() { return score; }
public CRMApplicationLanguageTestCreateRequest setScore(BigDecimal value) { this.score = value; return this; }
public Boolean isApplicantDefined() { return applicant_defined; }
public CRMApplicationLanguageTestCreateRequest setApplicantDefined(Boolean value) { this.applicant_defined = value; return this; }
public String getStatus() { return status; }
public CRMApplicationLanguageTestCreateRequest setStatus(String value) { this.status = value; return this; }
}
public static class CRMApplicationRefereeCreateRequest
{
public Integer import_id = null;
public String first_name = null;
public String last_name = null;
public String job_title = null;
public String email = null;
public String phone = null;
public String type = null;
public String full_name = null;
public String position = null;
public String organization = null;
public String email_from_referee = null;
public String relationship = null;
public String relationship_details = null;
public String personal_evaluation = null;
public Integer ability_question_1 = null;
public Integer ability_question_2 = null;
public Integer ability_question_3 = null;
public Integer ability_question_4 = null;
public Integer ability_question_5 = null;
public Integer ability_question_6 = null;
public Integer ability_question_7 = null;
public Integer ability_question_8 = null;
public Integer ability_question_9 = null;
public Integer ability_question_10 = null;
public String qualify_assessment = null;
public String recommendation = null;
public String recommendation_details = null;
public Boolean is_regent_alum = null;
public Boolean is_complete = null;
public Date email_sent = null;
public Date submitted_date = null;
public Integer getImportId() { return import_id; }
public CRMApplicationRefereeCreateRequest setImportId(Integer value) { this.import_id = value; return this; }
public String getFirstName() { return first_name; }
public CRMApplicationRefereeCreateRequest setFirstName(String value) { this.first_name = value; return this; }
public String getLastName() { return last_name; }
public CRMApplicationRefereeCreateRequest setLastName(String value) { this.last_name = value; return this; }
public String getJobTitle() { return job_title; }
public CRMApplicationRefereeCreateRequest setJobTitle(String value) { this.job_title = value; return this; }
public String getEmail() { return email; }
public CRMApplicationRefereeCreateRequest setEmail(String value) { this.email = value; return this; }
public String getPhone() { return phone; }
public CRMApplicationRefereeCreateRequest setPhone(String value) { this.phone = value; return this; }
public String getType() { return type; }
public CRMApplicationRefereeCreateRequest setType(String value) { this.type = value; return this; }
public String getFullName() { return full_name; }
public CRMApplicationRefereeCreateRequest setFullName(String value) { this.full_name = value; return this; }
public String getPosition() { return position; }
public CRMApplicationRefereeCreateRequest setPosition(String value) { this.position = value; return this; }
public String getOrganization() { return organization; }
public CRMApplicationRefereeCreateRequest setOrganization(String value) { this.organization = value; return this; }
public String getEmailFromReferee() { return email_from_referee; }
public CRMApplicationRefereeCreateRequest setEmailFromReferee(String value) { this.email_from_referee = value; return this; }
public String getRelationship() { return relationship; }
public CRMApplicationRefereeCreateRequest setRelationship(String value) { this.relationship = value; return this; }
public String getRelationshipDetails() { return relationship_details; }
public CRMApplicationRefereeCreateRequest setRelationshipDetails(String value) { this.relationship_details = value; return this; }
public String getPersonalEvaluation() { return personal_evaluation; }
public CRMApplicationRefereeCreateRequest setPersonalEvaluation(String value) { this.personal_evaluation = value; return this; }
public Integer getAbilityQuestion1() { return ability_question_1; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion1(Integer value) { this.ability_question_1 = value; return this; }
public Integer getAbilityQuestion2() { return ability_question_2; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion2(Integer value) { this.ability_question_2 = value; return this; }
public Integer getAbilityQuestion3() { return ability_question_3; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion3(Integer value) { this.ability_question_3 = value; return this; }
public Integer getAbilityQuestion4() { return ability_question_4; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion4(Integer value) { this.ability_question_4 = value; return this; }
public Integer getAbilityQuestion5() { return ability_question_5; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion5(Integer value) { this.ability_question_5 = value; return this; }
public Integer getAbilityQuestion6() { return ability_question_6; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion6(Integer value) { this.ability_question_6 = value; return this; }
public Integer getAbilityQuestion7() { return ability_question_7; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion7(Integer value) { this.ability_question_7 = value; return this; }
public Integer getAbilityQuestion8() { return ability_question_8; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion8(Integer value) { this.ability_question_8 = value; return this; }
public Integer getAbilityQuestion9() { return ability_question_9; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion9(Integer value) { this.ability_question_9 = value; return this; }
public Integer getAbilityQuestion10() { return ability_question_10; }
public CRMApplicationRefereeCreateRequest setAbilityQuestion10(Integer value) { this.ability_question_10 = value; return this; }
public String getQualifyAssessment() { return qualify_assessment; }
public CRMApplicationRefereeCreateRequest setQualifyAssessment(String value) { this.qualify_assessment = value; return this; }
public String getRecommendation() { return recommendation; }
public CRMApplicationRefereeCreateRequest setRecommendation(String value) { this.recommendation = value; return this; }
public String getRecommendationDetails() { return recommendation_details; }
public CRMApplicationRefereeCreateRequest setRecommendationDetails(String value) { this.recommendation_details = value; return this; }
public Boolean getIsRegentAlum() { return is_regent_alum; }
public CRMApplicationRefereeCreateRequest setIsRegentAlum(Boolean value) { this.is_regent_alum = value; return this; }
public Boolean getIsComplete() { return is_complete; }
public CRMApplicationRefereeCreateRequest setIsComplete(Boolean value) { this.is_complete = value; return this; }
public Date getEmailSent() { return email_sent; }
public CRMApplicationRefereeCreateRequest setEmailSent(Date value) { this.email_sent = value; return this; }
public Date getSubmittedDate() { return submitted_date; }
public CRMApplicationRefereeCreateRequest setSubmittedDate(Date value) { this.submitted_date = value; return this; }
}
public static class CRMApplicationRequirementCreateRequest
{
public String status = null;
public String requirement_name = null;
public Date requested_date = null;
public Date received_date = null;
public String getStatus() { return status; }
public CRMApplicationRequirementCreateRequest setStatus(String value) { this.status = value; return this; }
public String getRequirementName() { return requirement_name; }
public CRMApplicationRequirementCreateRequest setRequirementName(String value) { this.requirement_name = value; return this; }
public Date getRequestedDate() { return requested_date; }
public CRMApplicationRequirementCreateRequest setRequestedDate(Date value) { this.requested_date = value; return this; }
public Date getReceivedDate() { return received_date; }
public CRMApplicationRequirementCreateRequest setReceivedDate(Date value) { this.received_date = value; return this; }
}
public static class CRMEducationUpsertRequest
{
public Integer regent_id = null;
public Integer import_id = null;
public Integer institution_regent_id = null;
public String application_guid = null;
public String degree_status = null;
public String degree_type = null;
public String unofficial_institution_name = null;
public String unofficial_degree_name = null;
public String degree_name = null;
public String degree_code = null;
public String description = null;
public String major = null;
public String second_major = null;
public BigDecimal cumulative_gpa = null;
public Boolean is_final = null;
public Boolean is_regis_external_degree = null;
public Integer start_year = null;
public Integer end_year = null;
public Integer month_graduated = null;
public Integer year_graduated = null;
public Date added_date = null;
public Integer getRegentId() { return regent_id; }
public CRMEducationUpsertRequest setRegentId(Integer value) { this.regent_id = value; return this; }
public Integer getImportId() { return import_id; }
public CRMEducationUpsertRequest setImportId(Integer value) { this.import_id = value; return this; }
public Integer getInstitutionRegentId() { return institution_regent_id; }
public CRMEducationUpsertRequest setInstitutionRegentId(Integer value) { this.institution_regent_id = value; return this; }
public String getApplicationGuid() { return application_guid; }
public CRMEducationUpsertRequest setApplicationGuid(String value) { this.application_guid = value; return this; }
public String getDegreeStatus() { return degree_status; }
public CRMEducationUpsertRequest setDegreeStatus(String value) { this.degree_status = value; return this; }
public String getDegreeType() { return degree_type; }
public CRMEducationUpsertRequest setDegreeType(String value) { this.degree_type = value; return this; }
public String getUnofficialInstitutionName() { return unofficial_institution_name; }
public CRMEducationUpsertRequest setUnofficialInstitutionName(String value) { this.unofficial_institution_name = value; return this; }
public String getUnofficialDegreeName() { return unofficial_degree_name; }
public CRMEducationUpsertRequest setUnofficialDegreeName(String value) { this.unofficial_degree_name = value; return this; }
public String getDegreeName() { return degree_name; }
public CRMEducationUpsertRequest setDegreeName(String value) { this.degree_name = value; return this; }
public String getDegreeCode() { return degree_code; }
public CRMEducationUpsertRequest setDegreeCode(String value) { this.degree_code = value; return this; }
public String getDescription() { return description; }
public CRMEducationUpsertRequest setDescription(String value) { this.description = value; return this; }
public String getMajor() { return major; }
public CRMEducationUpsertRequest setMajor(String value) { this.major = value; return this; }
public String getSecondMajor() { return second_major; }
public CRMEducationUpsertRequest setSecondMajor(String value) { this.second_major = value; return this; }
public BigDecimal getCumulativeGpa() { return cumulative_gpa; }
public CRMEducationUpsertRequest setCumulativeGpa(BigDecimal value) { this.cumulative_gpa = value; return this; }
public Boolean getIsFinal() { return is_final; }
public CRMEducationUpsertRequest setIsFinal(Boolean value) { this.is_final = value; return this; }
public Boolean getIsRegisExternalDegree() { return is_regis_external_degree; }
public CRMEducationUpsertRequest setIsRegisExternalDegree(Boolean value) { this.is_regis_external_degree = value; return this; }
public Integer getStartYear() { return start_year; }
public CRMEducationUpsertRequest setStartYear(Integer value) { this.start_year = value; return this; }
public Integer getEndYear() { return end_year; }
public CRMEducationUpsertRequest setEndYear(Integer value) { this.end_year = value; return this; }
public Integer getMonthGraduated() { return month_graduated; }
public CRMEducationUpsertRequest setMonthGraduated(Integer value) { this.month_graduated = value; return this; }
public Integer getYearGraduated() { return year_graduated; }
public CRMEducationUpsertRequest setYearGraduated(Integer value) { this.year_graduated = value; return this; }
public Date getAddedDate() { return added_date; }
public CRMEducationUpsertRequest setAddedDate(Date value) { this.added_date = value; return this; }
}
}
Java CRMApplicationUpsertMultipleRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /DynamicsCRM/Application/Upsert/Multiple HTTP/1.1
Host: data.regent-college.edu
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"applications":[{"regent_id":0,"import_id":0,"application_name":"String","academic_program":"String","start_term":"String","location":"String","addr1":"String","addr2":"String","city":"String","state":"String","country":"String","code":"String","former_name":"String","citizenship":"String","citizenship_other":"String","permanent_resident":"String","spouse_name":"String","children":"String","native_english_speaker":false,"native_language":"String","birth_place":"String","residency_status":"String","language_test_exemption_request_date":"0001-01-01T00:00:00.0000000","language_test_exemption_decision_date":"0001-01-01T00:00:00.0000000","language_test_exemption_decision":"String","language_test_comment":"String","language_tests":[{"type":"String","test_date":"0001-01-01T00:00:00.0000000","score":0,"applicant_defined":false,"status":"String"}],"references":[{"import_id":0,"first_name":"String","last_name":"String","job_title":"String","email":"String","phone":"String","type":"String","full_name":"String","position":"String","organization":"String","email_from_referee":"String","relationship":"String","relationship_details":"String","personal_evaluation":"String","ability_question_1":0,"ability_question_2":0,"ability_question_3":0,"ability_question_4":0,"ability_question_5":0,"ability_question_6":0,"ability_question_7":0,"ability_question_8":0,"ability_question_9":0,"ability_question_10":0,"qualify_assessment":"String","recommendation":"String","recommendation_details":"String","is_regent_alum":false,"is_complete":false,"email_sent":"0001-01-01T00:00:00.0000000","submitted_date":"0001-01-01T00:00:00.0000000"}],"requirements":[{"status":"String","requirement_name":"String","requested_date":"0001-01-01T00:00:00.0000000","received_date":"0001-01-01T00:00:00.0000000"}],"education":[{"regent_id":0,"import_id":0,"institution_regent_id":0,"application_guid":"String","degree_status":"String","degree_type":"String","unofficial_institution_name":"String","unofficial_degree_name":"String","degree_name":"String","degree_code":"String","description":"String","major":"String","second_major":"String","cumulative_gpa":0,"is_final":false,"is_regis_external_degree":false,"start_year":0,"end_year":0,"month_graduated":0,"year_graduated":0,"added_date":"0001-01-01T00:00:00.0000000"}],"church_attended":"String","pastor_first_name":"String","pastor_last_name":"String","has_impairment":false,"impairment_description":"String","apply_for_financial_aid":false,"financial_description":"String","employment_years":0,"employment_description":"String","church_volunteer_years":0,"church_volunteer_description":"String","other_volunteer_years":0,"other_volunteer_description":"String","accomplishments_description":"String","what_other_graduate_schools_are_you_apply":"String","what_else_interests_you_about_regent":"String","heard_about_regent_from_book":"String","heard_about_regent_from_event":"String","heard_about_regent_from_organization":"String","heard_about_regent_from_person":"String","heard_about_regent_from_website_pub":"String","what_interests_you_about_regent":["String"],"what_else_brought_you_to_regent":"String","start_via_distance_ed":false,"transfer_credits":false,"applicant_comments":"String","cumulative_undergraduate_gpa":0,"cumulative_graduate_gpa":0,"conditional_admission":false,"conditional_admission_reason":["String"],"admission_notes":"String","admission_decision_notes":"String","withdrawn_reason":"String","submitted":"0001-01-01T00:00:00.0000000","paid":"0001-01-01T00:00:00.0000000","reviewed":"0001-01-01T00:00:00.0000000","completed":"0001-01-01T00:00:00.0000000","rejected":"0001-01-01T00:00:00.0000000","admitted":"0001-01-01T00:00:00.0000000","postponed":"0001-01-01T00:00:00.0000000","withdrawn":"0001-01-01T00:00:00.0000000","confirmed":"0001-01-01T00:00:00.0000000","read_theological_position":"0001-01-01T00:00:00.0000000","current_status":"String","image_base64":"String","promo_code":"String","added_date":"0001-01-01T00:00:00.0000000","last_contacted_date":"0001-01-01T00:00:00.0000000","owning_username":"String"}]}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}