regis

<back to all web services

ExternalDegreeAuthorizeDynamicsRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Academic/ExternalDegree/AuthorizeDynamics/{uuid}
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using regis.ClassLibrary.Requests;
using regis.ClassLibrary.Responses;

namespace regis.ClassLibrary.Requests
{
    public partial class ExternalDegreeAuthorizeDynamicsRequest
    {
        public virtual string uuid { get; set; }
        public virtual string authorizing_uuid { get; set; }
    }

}

namespace regis.ClassLibrary.Responses
{
    public partial class ExternalDegreeResponse
    {
        public virtual int? id { get; set; }
        public virtual int? institution_id { get; set; }
        public virtual string degree_name { get; set; }
        public virtual string degree_override_name { get; set; }
        public virtual string institution_name { get; set; }
        public virtual string graduation_month { get; set; }
        public virtual int? start_year { get; set; }
        public virtual int? end_year { get; set; }
        public virtual bool is_only_in_d365 { get; set; }
    }

    public partial class ExternalDegreesAdminResponse
    {
        public virtual string degree_code { get; set; }
        public virtual string degree_name { get; set; }
        public virtual string degree_type { get; set; }
    }

    public partial class ExternalDegreesResponse
    {
        public ExternalDegreesResponse()
        {
            student_programs = new List<StudentProgramSimpleResponse>{};
            degrees = new List<ExternalDegreeResponse>{};
            valid_degrees = new List<ExternalDegreesAdminResponse>{};
        }

        public virtual ResponseStatus ResponseStatus { get; set; }
        public virtual PersonSimpleResponse person { get; set; }
        public virtual decimal? gpa { get; set; }
        public virtual List<StudentProgramSimpleResponse> student_programs { get; set; }
        public virtual List<ExternalDegreeResponse> degrees { get; set; }
        public virtual List<ExternalDegreesAdminResponse> valid_degrees { get; set; }
    }

    public partial class PersonSimpleResponse
    {
        public virtual ResponseStatus ResponseStatus { get; set; }
        public virtual int regent_id { get; set; }
        public virtual int? ubc_id { get; set; }
        public virtual string uuid { get; set; }
        public virtual string regent_login { get; set; }
        public virtual string first_name { get; set; }
        public virtual string preferred_name { get; set; }
        public virtual string middle_name { get; set; }
        public virtual string last_name { get; set; }
        public virtual string email { get; set; }
        public virtual string phone_home { get; set; }
        public virtual string phone_cell { get; set; }
        public virtual string phone_bus { get; set; }
        public virtual string addr1 { get; set; }
        public virtual string addr2 { get; set; }
        public virtual string city { get; set; }
        public virtual string state { get; set; }
        public virtual string country { get; set; }
        public virtual string code { get; set; }
        public virtual string citizenship { get; set; }
        public virtual string citizenship_other { get; set; }
        public virtual string permanent_resident { get; set; }
        public virtual DateTime? dob { get; set; }
        public virtual bool is_student { get; set; }
        public virtual bool is_faculty { get; set; }
        public virtual bool is_vendor { get; set; }
    }

    public partial class StudentProgramSimpleResponse
    {
        public virtual ResponseStatus ResponseStatus { get; set; }
        public virtual int regent_id { get; set; }
        public virtual string uuid { get; set; }
        public virtual int program_id { get; set; }
        public virtual string program_code { get; set; }
        public virtual string program_name { get; set; }
        public virtual string concentration_code { get; set; }
        public virtual string concentration_name { get; set; }
        public virtual DateTime? start_date { get; set; }
        public virtual DateTime? end_date { get; set; }
        public virtual string catalog { get; set; }
        public virtual bool is_active { get; set; }
        public virtual bool is_graduated { get; set; }
    }

}

C# ExternalDegreeAuthorizeDynamicsRequest 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 /Academic/ExternalDegree/AuthorizeDynamics/{uuid} HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	uuid: String,
	authorizing_uuid: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	},
	person: 
	{
		responseStatus: 
		{
			errorCode: String,
			message: String,
			stackTrace: String,
			errors: 
			[
				{
					errorCode: String,
					fieldName: String,
					message: String,
					meta: 
					{
						String: String
					}
				}
			],
			meta: 
			{
				String: String
			}
		},
		regent_id: 0,
		ubc_id: 0,
		uuid: String,
		regent_login: String,
		first_name: String,
		preferred_name: String,
		middle_name: String,
		last_name: String,
		email: String,
		phone_home: String,
		phone_cell: String,
		phone_bus: String,
		addr1: String,
		addr2: String,
		city: String,
		state: String,
		country: String,
		code: String,
		citizenship: String,
		citizenship_other: String,
		permanent_resident: String,
		dob: 0001-01-01,
		is_student: False,
		is_faculty: False,
		is_vendor: False
	},
	gpa: 0,
	student_programs: 
	[
		{
			responseStatus: 
			{
				errorCode: String,
				message: String,
				stackTrace: String,
				errors: 
				[
					{
						errorCode: String,
						fieldName: String,
						message: String,
						meta: 
						{
							String: String
						}
					}
				],
				meta: 
				{
					String: String
				}
			},
			regent_id: 0,
			uuid: String,
			program_id: 0,
			program_code: String,
			program_name: String,
			concentration_code: String,
			concentration_name: String,
			start_date: 0001-01-01,
			end_date: 0001-01-01,
			catalog: String,
			is_active: False,
			is_graduated: False
		}
	],
	degrees: 
	[
		{
			id: 0,
			institution_id: 0,
			degree_name: String,
			degree_override_name: String,
			institution_name: String,
			graduation_month: String,
			start_year: 0,
			end_year: 0,
			is_only_in_d365: False
		}
	],
	valid_degrees: 
	[
		{
			degree_code: String,
			degree_name: String,
			degree_type: String
		}
	]
}