Required permission: | UpdateApplication |
POST | /DynamicsCRM/Application/Upsert/Multiple |
---|
namespace regis.DynamicsCRM.Requests
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type CRMApplicationLanguageTestCreateRequest() =
member val type:String = null with get,set
member val test_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val score:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val applicant_defined:Boolean = new Boolean() with get,set
member val status:String = null with get,set
[<AllowNullLiteral>]
type CRMApplicationRefereeCreateRequest() =
member val import_id:Int32 = new Int32() with get,set
member val first_name:String = null with get,set
member val last_name:String = null with get,set
member val job_title:String = null with get,set
member val email:String = null with get,set
member val phone:String = null with get,set
member val type:String = null with get,set
member val full_name:String = null with get,set
member val position:String = null with get,set
member val organization:String = null with get,set
member val email_from_referee:String = null with get,set
member val relationship:String = null with get,set
member val relationship_details:String = null with get,set
member val personal_evaluation:String = null with get,set
member val ability_question_1:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_2:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_3:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_4:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_5:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_6:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_7:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_8:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_9:Nullable<Int32> = new Nullable<Int32>() with get,set
member val ability_question_10:Nullable<Int32> = new Nullable<Int32>() with get,set
member val qualify_assessment:String = null with get,set
member val recommendation:String = null with get,set
member val recommendation_details:String = null with get,set
member val is_regent_alum:Boolean = new Boolean() with get,set
member val is_complete:Boolean = new Boolean() with get,set
member val email_sent:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val submitted_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
[<AllowNullLiteral>]
type CRMApplicationRequirementCreateRequest() =
member val status:String = null with get,set
member val requirement_name:String = null with get,set
member val requested_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val received_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
[<AllowNullLiteral>]
type CRMEducationUpsertRequest() =
member val regent_id:Int32 = new Int32() with get,set
member val import_id:Nullable<Int32> = new Nullable<Int32>() with get,set
member val institution_regent_id:Nullable<Int32> = new Nullable<Int32>() with get,set
member val application_guid:String = null with get,set
member val degree_status:String = null with get,set
member val degree_type:String = null with get,set
member val unofficial_institution_name:String = null with get,set
member val unofficial_degree_name:String = null with get,set
member val degree_name:String = null with get,set
member val degree_code:String = null with get,set
member val description:String = null with get,set
member val major:String = null with get,set
member val second_major:String = null with get,set
member val cumulative_gpa:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val is_final:Boolean = new Boolean() with get,set
member val is_regis_external_degree:Boolean = new Boolean() with get,set
member val start_year:Nullable<Int32> = new Nullable<Int32>() with get,set
member val end_year:Nullable<Int32> = new Nullable<Int32>() with get,set
member val month_graduated:Nullable<Int32> = new Nullable<Int32>() with get,set
member val year_graduated:Nullable<Int32> = new Nullable<Int32>() with get,set
member val added_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
[<AllowNullLiteral>]
type CRMApplicationCreateRequest() =
member val regent_id:Int32 = new Int32() with get,set
member val import_id:Int32 = new Int32() with get,set
member val application_name:String = null with get,set
member val academic_program:String = null with get,set
member val start_term:String = null with get,set
member val location:String = null with get,set
member val addr1:String = null with get,set
member val addr2:String = null with get,set
member val city:String = null with get,set
member val state:String = null with get,set
member val country:String = null with get,set
member val code:String = null with get,set
member val former_name:String = null with get,set
member val citizenship:String = null with get,set
member val citizenship_other:String = null with get,set
member val permanent_resident:String = null with get,set
member val spouse_name:String = null with get,set
member val children:String = null with get,set
member val native_english_speaker:Boolean = new Boolean() with get,set
member val native_language:String = null with get,set
member val birth_place:String = null with get,set
member val residency_status:String = null with get,set
member val language_test_exemption_request_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val language_test_exemption_decision_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val language_test_exemption_decision:String = null with get,set
member val language_test_comment:String = null with get,set
member val language_tests:ResizeArray<CRMApplicationLanguageTestCreateRequest> = new ResizeArray<CRMApplicationLanguageTestCreateRequest>() with get,set
member val references:ResizeArray<CRMApplicationRefereeCreateRequest> = new ResizeArray<CRMApplicationRefereeCreateRequest>() with get,set
member val requirements:ResizeArray<CRMApplicationRequirementCreateRequest> = new ResizeArray<CRMApplicationRequirementCreateRequest>() with get,set
member val education:ResizeArray<CRMEducationUpsertRequest> = new ResizeArray<CRMEducationUpsertRequest>() with get,set
member val church_attended:String = null with get,set
member val pastor_first_name:String = null with get,set
member val pastor_last_name:String = null with get,set
member val has_impairment:Boolean = new Boolean() with get,set
member val impairment_description:String = null with get,set
member val apply_for_financial_aid:Boolean = new Boolean() with get,set
member val financial_description:String = null with get,set
member val employment_years:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val employment_description:String = null with get,set
member val church_volunteer_years:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val church_volunteer_description:String = null with get,set
member val other_volunteer_years:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val other_volunteer_description:String = null with get,set
member val accomplishments_description:String = null with get,set
member val what_other_graduate_schools_are_you_apply:String = null with get,set
member val what_else_interests_you_about_regent:String = null with get,set
member val heard_about_regent_from_book:String = null with get,set
member val heard_about_regent_from_event:String = null with get,set
member val heard_about_regent_from_organization:String = null with get,set
member val heard_about_regent_from_person:String = null with get,set
member val heard_about_regent_from_website_pub:String = null with get,set
member val what_interests_you_about_regent:ResizeArray<String> = new ResizeArray<String>() with get,set
member val what_else_brought_you_to_regent:String = null with get,set
member val start_via_distance_ed:Boolean = new Boolean() with get,set
member val transfer_credits:Boolean = new Boolean() with get,set
member val applicant_comments:String = null with get,set
member val cumulative_undergraduate_gpa:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val cumulative_graduate_gpa:Nullable<Decimal> = new Nullable<Decimal>() with get,set
member val conditional_admission:Boolean = new Boolean() with get,set
member val conditional_admission_reason:ResizeArray<String> = new ResizeArray<String>() with get,set
member val admission_notes:String = null with get,set
member val admission_decision_notes:String = null with get,set
member val withdrawn_reason:String = null with get,set
member val submitted:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val paid:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val reviewed:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val completed:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val rejected:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val admitted:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val postponed:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val withdrawn:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val confirmed:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val read_theological_position:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val current_status:String = null with get,set
member val image_base64:String = null with get,set
member val promo_code:String = null with get,set
member val added_date:DateTime = new DateTime() with get,set
member val last_contacted_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
member val owning_username:String = null with get,set
[<AllowNullLiteral>]
type CRMApplicationUpsertMultipleRequest() =
member val applications:ResizeArray<CRMApplicationCreateRequest> = new ResizeArray<CRMApplicationCreateRequest>() with get,set
F# CRMApplicationUpsertMultipleRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=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>