regis

<back to all web services

SectionUpdateRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Sections/Admin/Update/{uuid}
SectionUpdateRequest Parameters:
NameParameterData TypeRequiredDescription
uuidpathstringNo
course_idbodyint?No
course_namebodystringNo
min_creditsbodydecimal?No
max_creditsbodydecimal?No
credit_incrementsbodydecimal?No
min_auditsbodydecimal?No
max_auditsbodydecimal?No
audit_incrementsbodydecimal?No
section_codebodystringNo
titlebodystringNo
pretty_titlebodystringNo
override_course_descriptionbodystringNo
current_statusbodystringNo
locationbodystringNo
roombodystringNo
is_audiobodyboolNo
is_oncampusbodyboolNo
distance_ed_materialsbodystringNo
start_datebodyDateTime?No
end_datebodyDateTime?No
meeting_daysbodystringNo
start_timesbodystringNo
end_timesbodystringNo
first_meeting_datebodyDateTime?No
last_meeting_datebodyDateTime?No
is_pass_failbodyboolNo
is_waitlistbodyboolNo
has_special_requirementsbodyboolNo
special_requirementsbodystringNo
is_unlistedbodyboolNo
capacitybodyint?No
flat_fee_amountbodydecimal?No
additional_fee_amountbodydecimal?No
override_registration_start_datebodyDateTime?No
override_registration_end_datebodyDateTime?No
override_add_start_datebodyDateTime?No
override_add_end_datebodyDateTime?No
override_drop_start_datebodyDateTime?No
override_drop_end_datebodyDateTime?No
override_grading_end_datebodyDateTime?No
termbodystringNo
reporting_termbodystringNo
authorizing_uuidbodystringNo

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 /Sections/Admin/Update/{uuid} HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	uuid: String,
	course_id: 0,
	course_name: String,
	min_credits: 0,
	max_credits: 0,
	credit_increments: 0,
	min_audits: 0,
	max_audits: 0,
	audit_increments: 0,
	section_code: String,
	title: String,
	pretty_title: String,
	override_course_description: String,
	current_status: String,
	location: String,
	room: String,
	is_audio: False,
	is_oncampus: False,
	distance_ed_materials: String,
	start_date: 0001-01-01,
	end_date: 0001-01-01,
	meeting_days: String,
	start_times: String,
	end_times: String,
	first_meeting_date: 0001-01-01,
	last_meeting_date: 0001-01-01,
	is_pass_fail: False,
	is_waitlist: False,
	has_special_requirements: False,
	special_requirements: String,
	is_unlisted: False,
	capacity: 0,
	flat_fee_amount: 0,
	additional_fee_amount: 0,
	override_registration_start_date: 0001-01-01,
	override_registration_end_date: 0001-01-01,
	override_add_start_date: 0001-01-01,
	override_add_end_date: 0001-01-01,
	override_drop_start_date: 0001-01-01,
	override_drop_end_date: 0001-01-01,
	override_grading_end_date: 0001-01-01,
	term: String,
	reporting_term: String,
	authorizing_uuid: 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
	}
}