regis

<back to all web services

CRMApplicationUpsertMultipleRequest

Requires Authentication
Required permission:UpdateApplication
The following routes are available for this service:
POST/DynamicsCRM/Application/Upsert/Multiple
"use strict";
export class CRMApplicationLanguageTestCreateRequest {
    /** @param {{type?:string,test_date?:string,score?:number,applicant_defined?:boolean,status?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    type;
    /** @type {?string} */
    test_date;
    /** @type {?number} */
    score;
    /** @type {boolean} */
    applicant_defined;
    /** @type {string} */
    status;
}
export class CRMApplicationRefereeCreateRequest {
    /** @param {{import_id?:number,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?:number,ability_question_2?:number,ability_question_3?:number,ability_question_4?:number,ability_question_5?:number,ability_question_6?:number,ability_question_7?:number,ability_question_8?:number,ability_question_9?:number,ability_question_10?:number,qualify_assessment?:string,recommendation?:string,recommendation_details?:string,is_regent_alum?:boolean,is_complete?:boolean,email_sent?:string,submitted_date?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    import_id;
    /** @type {string} */
    first_name;
    /** @type {string} */
    last_name;
    /** @type {string} */
    job_title;
    /** @type {string} */
    email;
    /** @type {string} */
    phone;
    /** @type {string} */
    type;
    /** @type {string} */
    full_name;
    /** @type {string} */
    position;
    /** @type {string} */
    organization;
    /** @type {string} */
    email_from_referee;
    /** @type {string} */
    relationship;
    /** @type {string} */
    relationship_details;
    /** @type {string} */
    personal_evaluation;
    /** @type {?number} */
    ability_question_1;
    /** @type {?number} */
    ability_question_2;
    /** @type {?number} */
    ability_question_3;
    /** @type {?number} */
    ability_question_4;
    /** @type {?number} */
    ability_question_5;
    /** @type {?number} */
    ability_question_6;
    /** @type {?number} */
    ability_question_7;
    /** @type {?number} */
    ability_question_8;
    /** @type {?number} */
    ability_question_9;
    /** @type {?number} */
    ability_question_10;
    /** @type {string} */
    qualify_assessment;
    /** @type {string} */
    recommendation;
    /** @type {string} */
    recommendation_details;
    /** @type {boolean} */
    is_regent_alum;
    /** @type {boolean} */
    is_complete;
    /** @type {?string} */
    email_sent;
    /** @type {?string} */
    submitted_date;
}
export class CRMApplicationRequirementCreateRequest {
    /** @param {{status?:string,requirement_name?:string,requested_date?:string,received_date?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    status;
    /** @type {string} */
    requirement_name;
    /** @type {?string} */
    requested_date;
    /** @type {?string} */
    received_date;
}
export class CRMEducationUpsertRequest {
    /** @param {{regent_id?:number,import_id?:number,institution_regent_id?:number,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?:number,is_final?:boolean,is_regis_external_degree?:boolean,start_year?:number,end_year?:number,month_graduated?:number,year_graduated?:number,added_date?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    regent_id;
    /** @type {?number} */
    import_id;
    /** @type {?number} */
    institution_regent_id;
    /** @type {string} */
    application_guid;
    /** @type {string} */
    degree_status;
    /** @type {string} */
    degree_type;
    /** @type {string} */
    unofficial_institution_name;
    /** @type {string} */
    unofficial_degree_name;
    /** @type {string} */
    degree_name;
    /** @type {string} */
    degree_code;
    /** @type {string} */
    description;
    /** @type {string} */
    major;
    /** @type {string} */
    second_major;
    /** @type {?number} */
    cumulative_gpa;
    /** @type {boolean} */
    is_final;
    /** @type {boolean} */
    is_regis_external_degree;
    /** @type {?number} */
    start_year;
    /** @type {?number} */
    end_year;
    /** @type {?number} */
    month_graduated;
    /** @type {?number} */
    year_graduated;
    /** @type {?string} */
    added_date;
}
export class CRMApplicationCreateRequest {
    /** @param {{regent_id?:number,import_id?:number,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?:boolean,native_language?:string,birth_place?:string,residency_status?:string,language_test_exemption_request_date?:string,language_test_exemption_decision_date?:string,language_test_exemption_decision?:string,language_test_comment?:string,language_tests?:CRMApplicationLanguageTestCreateRequest[],references?:CRMApplicationRefereeCreateRequest[],requirements?:CRMApplicationRequirementCreateRequest[],education?:CRMEducationUpsertRequest[],church_attended?:string,pastor_first_name?:string,pastor_last_name?:string,has_impairment?:boolean,impairment_description?:string,apply_for_financial_aid?:boolean,financial_description?:string,employment_years?:number,employment_description?:string,church_volunteer_years?:number,church_volunteer_description?:string,other_volunteer_years?:number,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?:boolean,transfer_credits?:boolean,applicant_comments?:string,cumulative_undergraduate_gpa?:number,cumulative_graduate_gpa?:number,conditional_admission?:boolean,conditional_admission_reason?:string[],admission_notes?:string,admission_decision_notes?:string,withdrawn_reason?:string,submitted?:string,paid?:string,reviewed?:string,completed?:string,rejected?:string,admitted?:string,postponed?:string,withdrawn?:string,confirmed?:string,read_theological_position?:string,current_status?:string,image_base64?:string,promo_code?:string,added_date?:string,last_contacted_date?:string,owning_username?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    regent_id;
    /** @type {number} */
    import_id;
    /** @type {string} */
    application_name;
    /** @type {string} */
    academic_program;
    /** @type {string} */
    start_term;
    /** @type {string} */
    location;
    /** @type {string} */
    addr1;
    /** @type {string} */
    addr2;
    /** @type {string} */
    city;
    /** @type {string} */
    state;
    /** @type {string} */
    country;
    /** @type {string} */
    code;
    /** @type {string} */
    former_name;
    /** @type {string} */
    citizenship;
    /** @type {string} */
    citizenship_other;
    /** @type {string} */
    permanent_resident;
    /** @type {string} */
    spouse_name;
    /** @type {string} */
    children;
    /** @type {boolean} */
    native_english_speaker;
    /** @type {string} */
    native_language;
    /** @type {string} */
    birth_place;
    /** @type {string} */
    residency_status;
    /** @type {?string} */
    language_test_exemption_request_date;
    /** @type {?string} */
    language_test_exemption_decision_date;
    /** @type {string} */
    language_test_exemption_decision;
    /** @type {string} */
    language_test_comment;
    /** @type {CRMApplicationLanguageTestCreateRequest[]} */
    language_tests;
    /** @type {CRMApplicationRefereeCreateRequest[]} */
    references;
    /** @type {CRMApplicationRequirementCreateRequest[]} */
    requirements;
    /** @type {CRMEducationUpsertRequest[]} */
    education;
    /** @type {string} */
    church_attended;
    /** @type {string} */
    pastor_first_name;
    /** @type {string} */
    pastor_last_name;
    /** @type {boolean} */
    has_impairment;
    /** @type {string} */
    impairment_description;
    /** @type {boolean} */
    apply_for_financial_aid;
    /** @type {string} */
    financial_description;
    /** @type {?number} */
    employment_years;
    /** @type {string} */
    employment_description;
    /** @type {?number} */
    church_volunteer_years;
    /** @type {string} */
    church_volunteer_description;
    /** @type {?number} */
    other_volunteer_years;
    /** @type {string} */
    other_volunteer_description;
    /** @type {string} */
    accomplishments_description;
    /** @type {string} */
    what_other_graduate_schools_are_you_apply;
    /** @type {string} */
    what_else_interests_you_about_regent;
    /** @type {string} */
    heard_about_regent_from_book;
    /** @type {string} */
    heard_about_regent_from_event;
    /** @type {string} */
    heard_about_regent_from_organization;
    /** @type {string} */
    heard_about_regent_from_person;
    /** @type {string} */
    heard_about_regent_from_website_pub;
    /** @type {string[]} */
    what_interests_you_about_regent;
    /** @type {string} */
    what_else_brought_you_to_regent;
    /** @type {boolean} */
    start_via_distance_ed;
    /** @type {boolean} */
    transfer_credits;
    /** @type {string} */
    applicant_comments;
    /** @type {?number} */
    cumulative_undergraduate_gpa;
    /** @type {?number} */
    cumulative_graduate_gpa;
    /** @type {boolean} */
    conditional_admission;
    /** @type {string[]} */
    conditional_admission_reason;
    /** @type {string} */
    admission_notes;
    /** @type {string} */
    admission_decision_notes;
    /** @type {string} */
    withdrawn_reason;
    /** @type {?string} */
    submitted;
    /** @type {?string} */
    paid;
    /** @type {?string} */
    reviewed;
    /** @type {?string} */
    completed;
    /** @type {?string} */
    rejected;
    /** @type {?string} */
    admitted;
    /** @type {?string} */
    postponed;
    /** @type {?string} */
    withdrawn;
    /** @type {?string} */
    confirmed;
    /** @type {?string} */
    read_theological_position;
    /** @type {string} */
    current_status;
    /** @type {string} */
    image_base64;
    /** @type {string} */
    promo_code;
    /** @type {string} */
    added_date;
    /** @type {?string} */
    last_contacted_date;
    /** @type {string} */
    owning_username;
}
export class CRMApplicationUpsertMultipleRequest {
    /** @param {{applications?:CRMApplicationCreateRequest[]}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {CRMApplicationCreateRequest[]} */
    applications;
}

JavaScript CRMApplicationUpsertMultipleRequest DTOs

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

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<CRMApplicationUpsertMultipleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.DynamicsCRM.Requests">
  <applications>
    <CRMApplicationCreateRequest>
      <academic_program>String</academic_program>
      <accomplishments_description>String</accomplishments_description>
      <added_date>0001-01-01T00:00:00</added_date>
      <addr1>String</addr1>
      <addr2>String</addr2>
      <admission_decision_notes>String</admission_decision_notes>
      <admission_notes>String</admission_notes>
      <admitted>0001-01-01T00:00:00</admitted>
      <applicant_comments>String</applicant_comments>
      <application_name>String</application_name>
      <apply_for_financial_aid>false</apply_for_financial_aid>
      <birth_place>String</birth_place>
      <children>String</children>
      <church_attended>String</church_attended>
      <church_volunteer_description>String</church_volunteer_description>
      <church_volunteer_years>0</church_volunteer_years>
      <citizenship>String</citizenship>
      <citizenship_other>String</citizenship_other>
      <city>String</city>
      <code>String</code>
      <completed>0001-01-01T00:00:00</completed>
      <conditional_admission>false</conditional_admission>
      <conditional_admission_reason xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </conditional_admission_reason>
      <confirmed>0001-01-01T00:00:00</confirmed>
      <country>String</country>
      <cumulative_graduate_gpa>0</cumulative_graduate_gpa>
      <cumulative_undergraduate_gpa>0</cumulative_undergraduate_gpa>
      <current_status>String</current_status>
      <education>
        <CRMEducationUpsertRequest>
          <added_date>0001-01-01T00:00:00</added_date>
          <application_guid>String</application_guid>
          <cumulative_gpa>0</cumulative_gpa>
          <degree_code>String</degree_code>
          <degree_name>String</degree_name>
          <degree_status>String</degree_status>
          <degree_type>String</degree_type>
          <description>String</description>
          <end_year>0</end_year>
          <import_id>0</import_id>
          <institution_regent_id>0</institution_regent_id>
          <is_final>false</is_final>
          <is_regis_external_degree>false</is_regis_external_degree>
          <major>String</major>
          <month_graduated>0</month_graduated>
          <regent_id>0</regent_id>
          <second_major>String</second_major>
          <start_year>0</start_year>
          <unofficial_degree_name>String</unofficial_degree_name>
          <unofficial_institution_name>String</unofficial_institution_name>
          <year_graduated>0</year_graduated>
        </CRMEducationUpsertRequest>
      </education>
      <employment_description>String</employment_description>
      <employment_years>0</employment_years>
      <financial_description>String</financial_description>
      <former_name>String</former_name>
      <has_impairment>false</has_impairment>
      <heard_about_regent_from_book>String</heard_about_regent_from_book>
      <heard_about_regent_from_event>String</heard_about_regent_from_event>
      <heard_about_regent_from_organization>String</heard_about_regent_from_organization>
      <heard_about_regent_from_person>String</heard_about_regent_from_person>
      <heard_about_regent_from_website_pub>String</heard_about_regent_from_website_pub>
      <image_base64>String</image_base64>
      <impairment_description>String</impairment_description>
      <import_id>0</import_id>
      <language_test_comment>String</language_test_comment>
      <language_test_exemption_decision>String</language_test_exemption_decision>
      <language_test_exemption_decision_date>0001-01-01T00:00:00</language_test_exemption_decision_date>
      <language_test_exemption_request_date>0001-01-01T00:00:00</language_test_exemption_request_date>
      <language_tests>
        <CRMApplicationLanguageTestCreateRequest>
          <applicant_defined>false</applicant_defined>
          <score>0</score>
          <status>String</status>
          <test_date>0001-01-01T00:00:00</test_date>
          <type>String</type>
        </CRMApplicationLanguageTestCreateRequest>
      </language_tests>
      <last_contacted_date>0001-01-01T00:00:00</last_contacted_date>
      <location>String</location>
      <native_english_speaker>false</native_english_speaker>
      <native_language>String</native_language>
      <other_volunteer_description>String</other_volunteer_description>
      <other_volunteer_years>0</other_volunteer_years>
      <owning_username>String</owning_username>
      <paid>0001-01-01T00:00:00</paid>
      <pastor_first_name>String</pastor_first_name>
      <pastor_last_name>String</pastor_last_name>
      <permanent_resident>String</permanent_resident>
      <postponed>0001-01-01T00:00:00</postponed>
      <promo_code>String</promo_code>
      <read_theological_position>0001-01-01T00:00:00</read_theological_position>
      <references>
        <CRMApplicationRefereeCreateRequest>
          <ability_question_1>0</ability_question_1>
          <ability_question_10>0</ability_question_10>
          <ability_question_2>0</ability_question_2>
          <ability_question_3>0</ability_question_3>
          <ability_question_4>0</ability_question_4>
          <ability_question_5>0</ability_question_5>
          <ability_question_6>0</ability_question_6>
          <ability_question_7>0</ability_question_7>
          <ability_question_8>0</ability_question_8>
          <ability_question_9>0</ability_question_9>
          <email>String</email>
          <email_from_referee>String</email_from_referee>
          <email_sent>0001-01-01T00:00:00</email_sent>
          <first_name>String</first_name>
          <full_name>String</full_name>
          <import_id>0</import_id>
          <is_complete>false</is_complete>
          <is_regent_alum>false</is_regent_alum>
          <job_title>String</job_title>
          <last_name>String</last_name>
          <organization>String</organization>
          <personal_evaluation>String</personal_evaluation>
          <phone>String</phone>
          <position>String</position>
          <qualify_assessment>String</qualify_assessment>
          <recommendation>String</recommendation>
          <recommendation_details>String</recommendation_details>
          <relationship>String</relationship>
          <relationship_details>String</relationship_details>
          <submitted_date>0001-01-01T00:00:00</submitted_date>
          <type>String</type>
        </CRMApplicationRefereeCreateRequest>
      </references>
      <regent_id>0</regent_id>
      <rejected>0001-01-01T00:00:00</rejected>
      <requirements>
        <CRMApplicationRequirementCreateRequest>
          <received_date>0001-01-01T00:00:00</received_date>
          <requested_date>0001-01-01T00:00:00</requested_date>
          <requirement_name>String</requirement_name>
          <status>String</status>
        </CRMApplicationRequirementCreateRequest>
      </requirements>
      <residency_status>String</residency_status>
      <reviewed>0001-01-01T00:00:00</reviewed>
      <spouse_name>String</spouse_name>
      <start_term>String</start_term>
      <start_via_distance_ed>false</start_via_distance_ed>
      <state>String</state>
      <submitted>0001-01-01T00:00:00</submitted>
      <transfer_credits>false</transfer_credits>
      <what_else_brought_you_to_regent>String</what_else_brought_you_to_regent>
      <what_else_interests_you_about_regent>String</what_else_interests_you_about_regent>
      <what_interests_you_about_regent xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </what_interests_you_about_regent>
      <what_other_graduate_schools_are_you_apply>String</what_other_graduate_schools_are_you_apply>
      <withdrawn>0001-01-01T00:00:00</withdrawn>
      <withdrawn_reason>String</withdrawn_reason>
    </CRMApplicationCreateRequest>
  </applications>
</CRMApplicationUpsertMultipleRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ResponseStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <ErrorCode>String</ErrorCode>
  <Message>String</Message>
  <StackTrace>String</StackTrace>
  <Errors>
    <ResponseError>
      <ErrorCode>String</ErrorCode>
      <FieldName>String</FieldName>
      <Message>String</Message>
      <Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>String</d4p1:Key>
          <d4p1:Value>String</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
      </Meta>
    </ResponseError>
  </Errors>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
</ResponseStatus>