Required role: | REGISUserRole |
POST | /Sections/Admin/{reporting_term} |
---|
<?php namespace dtos;
use DateTime;
use Exception;
use DateInterval;
use JsonSerializable;
use ServiceStack\{IReturn,IReturnVoid,IGet,IPost,IPut,IDelete,IPatch,IMeta,IHasSessionId,IHasBearerToken,IHasVersion};
use ServiceStack\{ICrud,ICreateDb,IUpdateDb,IPatchDb,IDeleteDb,ISaveDb,AuditBase,QueryDb,QueryDb2,QueryData,QueryData2,QueryResponse};
use ServiceStack\{ResponseStatus,ResponseError,EmptyResponse,IdResponse,ArrayList,KeyValuePair2,StringResponse,StringsResponse,Tuple2,Tuple3,ByteArray};
use ServiceStack\{JsonConverters,Returns,TypeContext};
class SectionAdminResponse implements JsonSerializable
{
public function __construct(
/** @var string|null */
public ?string $uuid=null,
/** @var int */
public int $section_id=0,
/** @var int|null */
public ?int $course_id=null,
/** @var string|null */
public ?string $course_name=null,
/** @var float|null */
public ?float $min_credits=null,
/** @var float|null */
public ?float $max_credits=null,
/** @var float|null */
public ?float $credit_increments=null,
/** @var float|null */
public ?float $min_audits=null,
/** @var float|null */
public ?float $max_audits=null,
/** @var float|null */
public ?float $audit_increments=null,
/** @var string|null */
public ?string $section_code=null,
/** @var string|null */
public ?string $title=null,
/** @var string|null */
public ?string $pretty_title=null,
/** @var string|null */
public ?string $override_course_description=null,
/** @var string|null */
public ?string $current_status=null,
/** @var string|null */
public ?string $location=null,
/** @var string|null */
public ?string $room=null,
/** @var bool|null */
public ?bool $is_audio=null,
/** @var bool|null */
public ?bool $is_oncampus=null,
/** @var string|null */
public ?string $distance_ed_materials=null,
/** @var DateTime|null */
public ?DateTime $start_date=null,
/** @var DateTime|null */
public ?DateTime $end_date=null,
/** @var DateTime|null */
public ?DateTime $first_meeting_date=null,
/** @var DateTime|null */
public ?DateTime $last_meeting_date=null,
/** @var string|null */
public ?string $meeting_days=null,
/** @var string|null */
public ?string $start_times=null,
/** @var string|null */
public ?string $end_times=null,
/** @var bool|null */
public ?bool $is_pass_fail=null,
/** @var bool|null */
public ?bool $is_weekend=null,
/** @var bool|null */
public ?bool $is_weekday=null,
/** @var bool|null */
public ?bool $is_evening=null,
/** @var bool|null */
public ?bool $is_waitlist=null,
/** @var bool|null */
public ?bool $has_special_requirements=null,
/** @var string|null */
public ?string $special_requirements=null,
/** @var bool|null */
public ?bool $is_unlisted=null,
/** @var int|null */
public ?int $capacity=null,
/** @var float|null */
public ?float $flat_fee_amount=null,
/** @var float|null */
public ?float $additional_fee_amount=null,
/** @var DateTime|null */
public ?DateTime $override_registration_start_date=null,
/** @var DateTime|null */
public ?DateTime $override_registration_end_date=null,
/** @var DateTime|null */
public ?DateTime $override_add_start_date=null,
/** @var DateTime|null */
public ?DateTime $override_add_end_date=null,
/** @var DateTime|null */
public ?DateTime $override_drop_start_date=null,
/** @var DateTime|null */
public ?DateTime $override_drop_end_date=null,
/** @var DateTime|null */
public ?DateTime $override_grading_end_date=null,
/** @var string|null */
public ?string $term=null,
/** @var string|null */
public ?string $reporting_term=null,
/** @var int */
public int $reporting_year=0,
/** @var DateTime|null */
public ?DateTime $added_date=null,
/** @var string|null */
public ?string $added_by=null,
/** @var DateTime|null */
public ?DateTime $changed_date=null,
/** @var string|null */
public ?string $changed_by=null,
/** @var DateTime */
public DateTime $timestamp=new DateTime()
) {
}
/** @throws Exception */
public function fromMap($o): void {
if (isset($o['uuid'])) $this->uuid = $o['uuid'];
if (isset($o['section_id'])) $this->section_id = $o['section_id'];
if (isset($o['course_id'])) $this->course_id = $o['course_id'];
if (isset($o['course_name'])) $this->course_name = $o['course_name'];
if (isset($o['min_credits'])) $this->min_credits = $o['min_credits'];
if (isset($o['max_credits'])) $this->max_credits = $o['max_credits'];
if (isset($o['credit_increments'])) $this->credit_increments = $o['credit_increments'];
if (isset($o['min_audits'])) $this->min_audits = $o['min_audits'];
if (isset($o['max_audits'])) $this->max_audits = $o['max_audits'];
if (isset($o['audit_increments'])) $this->audit_increments = $o['audit_increments'];
if (isset($o['section_code'])) $this->section_code = $o['section_code'];
if (isset($o['title'])) $this->title = $o['title'];
if (isset($o['pretty_title'])) $this->pretty_title = $o['pretty_title'];
if (isset($o['override_course_description'])) $this->override_course_description = $o['override_course_description'];
if (isset($o['current_status'])) $this->current_status = $o['current_status'];
if (isset($o['location'])) $this->location = $o['location'];
if (isset($o['room'])) $this->room = $o['room'];
if (isset($o['is_audio'])) $this->is_audio = $o['is_audio'];
if (isset($o['is_oncampus'])) $this->is_oncampus = $o['is_oncampus'];
if (isset($o['distance_ed_materials'])) $this->distance_ed_materials = $o['distance_ed_materials'];
if (isset($o['start_date'])) $this->start_date = JsonConverters::from('DateTime', $o['start_date']);
if (isset($o['end_date'])) $this->end_date = JsonConverters::from('DateTime', $o['end_date']);
if (isset($o['first_meeting_date'])) $this->first_meeting_date = JsonConverters::from('DateTime', $o['first_meeting_date']);
if (isset($o['last_meeting_date'])) $this->last_meeting_date = JsonConverters::from('DateTime', $o['last_meeting_date']);
if (isset($o['meeting_days'])) $this->meeting_days = $o['meeting_days'];
if (isset($o['start_times'])) $this->start_times = $o['start_times'];
if (isset($o['end_times'])) $this->end_times = $o['end_times'];
if (isset($o['is_pass_fail'])) $this->is_pass_fail = $o['is_pass_fail'];
if (isset($o['is_weekend'])) $this->is_weekend = $o['is_weekend'];
if (isset($o['is_weekday'])) $this->is_weekday = $o['is_weekday'];
if (isset($o['is_evening'])) $this->is_evening = $o['is_evening'];
if (isset($o['is_waitlist'])) $this->is_waitlist = $o['is_waitlist'];
if (isset($o['has_special_requirements'])) $this->has_special_requirements = $o['has_special_requirements'];
if (isset($o['special_requirements'])) $this->special_requirements = $o['special_requirements'];
if (isset($o['is_unlisted'])) $this->is_unlisted = $o['is_unlisted'];
if (isset($o['capacity'])) $this->capacity = $o['capacity'];
if (isset($o['flat_fee_amount'])) $this->flat_fee_amount = $o['flat_fee_amount'];
if (isset($o['additional_fee_amount'])) $this->additional_fee_amount = $o['additional_fee_amount'];
if (isset($o['override_registration_start_date'])) $this->override_registration_start_date = JsonConverters::from('DateTime', $o['override_registration_start_date']);
if (isset($o['override_registration_end_date'])) $this->override_registration_end_date = JsonConverters::from('DateTime', $o['override_registration_end_date']);
if (isset($o['override_add_start_date'])) $this->override_add_start_date = JsonConverters::from('DateTime', $o['override_add_start_date']);
if (isset($o['override_add_end_date'])) $this->override_add_end_date = JsonConverters::from('DateTime', $o['override_add_end_date']);
if (isset($o['override_drop_start_date'])) $this->override_drop_start_date = JsonConverters::from('DateTime', $o['override_drop_start_date']);
if (isset($o['override_drop_end_date'])) $this->override_drop_end_date = JsonConverters::from('DateTime', $o['override_drop_end_date']);
if (isset($o['override_grading_end_date'])) $this->override_grading_end_date = JsonConverters::from('DateTime', $o['override_grading_end_date']);
if (isset($o['term'])) $this->term = $o['term'];
if (isset($o['reporting_term'])) $this->reporting_term = $o['reporting_term'];
if (isset($o['reporting_year'])) $this->reporting_year = $o['reporting_year'];
if (isset($o['added_date'])) $this->added_date = JsonConverters::from('DateTime', $o['added_date']);
if (isset($o['added_by'])) $this->added_by = $o['added_by'];
if (isset($o['changed_date'])) $this->changed_date = JsonConverters::from('DateTime', $o['changed_date']);
if (isset($o['changed_by'])) $this->changed_by = $o['changed_by'];
if (isset($o['timestamp'])) $this->timestamp = JsonConverters::from('DateTime', $o['timestamp']);
}
/** @throws Exception */
public function jsonSerialize(): mixed
{
$o = [];
if (isset($this->uuid)) $o['uuid'] = $this->uuid;
if (isset($this->section_id)) $o['section_id'] = $this->section_id;
if (isset($this->course_id)) $o['course_id'] = $this->course_id;
if (isset($this->course_name)) $o['course_name'] = $this->course_name;
if (isset($this->min_credits)) $o['min_credits'] = $this->min_credits;
if (isset($this->max_credits)) $o['max_credits'] = $this->max_credits;
if (isset($this->credit_increments)) $o['credit_increments'] = $this->credit_increments;
if (isset($this->min_audits)) $o['min_audits'] = $this->min_audits;
if (isset($this->max_audits)) $o['max_audits'] = $this->max_audits;
if (isset($this->audit_increments)) $o['audit_increments'] = $this->audit_increments;
if (isset($this->section_code)) $o['section_code'] = $this->section_code;
if (isset($this->title)) $o['title'] = $this->title;
if (isset($this->pretty_title)) $o['pretty_title'] = $this->pretty_title;
if (isset($this->override_course_description)) $o['override_course_description'] = $this->override_course_description;
if (isset($this->current_status)) $o['current_status'] = $this->current_status;
if (isset($this->location)) $o['location'] = $this->location;
if (isset($this->room)) $o['room'] = $this->room;
if (isset($this->is_audio)) $o['is_audio'] = $this->is_audio;
if (isset($this->is_oncampus)) $o['is_oncampus'] = $this->is_oncampus;
if (isset($this->distance_ed_materials)) $o['distance_ed_materials'] = $this->distance_ed_materials;
if (isset($this->start_date)) $o['start_date'] = JsonConverters::to('DateTime', $this->start_date);
if (isset($this->end_date)) $o['end_date'] = JsonConverters::to('DateTime', $this->end_date);
if (isset($this->first_meeting_date)) $o['first_meeting_date'] = JsonConverters::to('DateTime', $this->first_meeting_date);
if (isset($this->last_meeting_date)) $o['last_meeting_date'] = JsonConverters::to('DateTime', $this->last_meeting_date);
if (isset($this->meeting_days)) $o['meeting_days'] = $this->meeting_days;
if (isset($this->start_times)) $o['start_times'] = $this->start_times;
if (isset($this->end_times)) $o['end_times'] = $this->end_times;
if (isset($this->is_pass_fail)) $o['is_pass_fail'] = $this->is_pass_fail;
if (isset($this->is_weekend)) $o['is_weekend'] = $this->is_weekend;
if (isset($this->is_weekday)) $o['is_weekday'] = $this->is_weekday;
if (isset($this->is_evening)) $o['is_evening'] = $this->is_evening;
if (isset($this->is_waitlist)) $o['is_waitlist'] = $this->is_waitlist;
if (isset($this->has_special_requirements)) $o['has_special_requirements'] = $this->has_special_requirements;
if (isset($this->special_requirements)) $o['special_requirements'] = $this->special_requirements;
if (isset($this->is_unlisted)) $o['is_unlisted'] = $this->is_unlisted;
if (isset($this->capacity)) $o['capacity'] = $this->capacity;
if (isset($this->flat_fee_amount)) $o['flat_fee_amount'] = $this->flat_fee_amount;
if (isset($this->additional_fee_amount)) $o['additional_fee_amount'] = $this->additional_fee_amount;
if (isset($this->override_registration_start_date)) $o['override_registration_start_date'] = JsonConverters::to('DateTime', $this->override_registration_start_date);
if (isset($this->override_registration_end_date)) $o['override_registration_end_date'] = JsonConverters::to('DateTime', $this->override_registration_end_date);
if (isset($this->override_add_start_date)) $o['override_add_start_date'] = JsonConverters::to('DateTime', $this->override_add_start_date);
if (isset($this->override_add_end_date)) $o['override_add_end_date'] = JsonConverters::to('DateTime', $this->override_add_end_date);
if (isset($this->override_drop_start_date)) $o['override_drop_start_date'] = JsonConverters::to('DateTime', $this->override_drop_start_date);
if (isset($this->override_drop_end_date)) $o['override_drop_end_date'] = JsonConverters::to('DateTime', $this->override_drop_end_date);
if (isset($this->override_grading_end_date)) $o['override_grading_end_date'] = JsonConverters::to('DateTime', $this->override_grading_end_date);
if (isset($this->term)) $o['term'] = $this->term;
if (isset($this->reporting_term)) $o['reporting_term'] = $this->reporting_term;
if (isset($this->reporting_year)) $o['reporting_year'] = $this->reporting_year;
if (isset($this->added_date)) $o['added_date'] = JsonConverters::to('DateTime', $this->added_date);
if (isset($this->added_by)) $o['added_by'] = $this->added_by;
if (isset($this->changed_date)) $o['changed_date'] = JsonConverters::to('DateTime', $this->changed_date);
if (isset($this->changed_by)) $o['changed_by'] = $this->changed_by;
if (isset($this->timestamp)) $o['timestamp'] = JsonConverters::to('DateTime', $this->timestamp);
return empty($o) ? new class(){} : $o;
}
}
class SectionsAdminResponse implements JsonSerializable
{
public function __construct(
/** @var ResponseStatus|null */
public ?ResponseStatus $responseStatus=null,
/** @var string|null */
public ?string $reporting_term=null,
/** @var array<SectionAdminResponse>|null */
public ?array $sections=null,
/** @var array<string,SectionRateWithAmountResponse[]>|null */
public ?array $section_rates=null,
/** @var array<string,SectionRefundScheduleResponse[]>|null */
public ?array $section_refund_schedules=null,
/** @var array<string>|null */
public ?array $locations=null,
/** @var array<string,InstructorResponse[]>|null */
public ?array $section_instructors=null,
/** @var array<string,string[]>|null */
public ?array $section_document_codes=null,
/** @var array<string,int[]>|null */
public ?array $crosslisted_sections=null
) {
}
/** @throws Exception */
public function fromMap($o): void {
if (isset($o['responseStatus'])) $this->responseStatus = JsonConverters::from('ResponseStatus', $o['responseStatus']);
if (isset($o['reporting_term'])) $this->reporting_term = $o['reporting_term'];
if (isset($o['sections'])) $this->sections = JsonConverters::fromArray('SectionAdminResponse', $o['sections']);
if (isset($o['section_rates'])) $this->section_rates = JsonConverters::from(JsonConverters::context('Dictionary',genericArgs:['int','List<SectionRateWithAmountResponse>']), $o['section_rates']);
if (isset($o['section_refund_schedules'])) $this->section_refund_schedules = JsonConverters::from(JsonConverters::context('Dictionary',genericArgs:['int','List<SectionRefundScheduleResponse>']), $o['section_refund_schedules']);
if (isset($o['locations'])) $this->locations = JsonConverters::fromArray('string', $o['locations']);
if (isset($o['section_instructors'])) $this->section_instructors = JsonConverters::from(JsonConverters::context('Dictionary',genericArgs:['int','List<InstructorResponse>']), $o['section_instructors']);
if (isset($o['section_document_codes'])) $this->section_document_codes = JsonConverters::from(JsonConverters::context('Dictionary',genericArgs:['int','List<String>']), $o['section_document_codes']);
if (isset($o['crosslisted_sections'])) $this->crosslisted_sections = JsonConverters::from(JsonConverters::context('Dictionary',genericArgs:['int','List<Int32>']), $o['crosslisted_sections']);
}
/** @throws Exception */
public function jsonSerialize(): mixed
{
$o = [];
if (isset($this->responseStatus)) $o['responseStatus'] = JsonConverters::to('ResponseStatus', $this->responseStatus);
if (isset($this->reporting_term)) $o['reporting_term'] = $this->reporting_term;
if (isset($this->sections)) $o['sections'] = JsonConverters::toArray('SectionAdminResponse', $this->sections);
if (isset($this->section_rates)) $o['section_rates'] = JsonConverters::to(JsonConverters::context('Dictionary',genericArgs:['int','List<SectionRateWithAmountResponse>']), $this->section_rates);
if (isset($this->section_refund_schedules)) $o['section_refund_schedules'] = JsonConverters::to(JsonConverters::context('Dictionary',genericArgs:['int','List<SectionRefundScheduleResponse>']), $this->section_refund_schedules);
if (isset($this->locations)) $o['locations'] = JsonConverters::toArray('string', $this->locations);
if (isset($this->section_instructors)) $o['section_instructors'] = JsonConverters::to(JsonConverters::context('Dictionary',genericArgs:['int','List<InstructorResponse>']), $this->section_instructors);
if (isset($this->section_document_codes)) $o['section_document_codes'] = JsonConverters::to(JsonConverters::context('Dictionary',genericArgs:['int','List<String>']), $this->section_document_codes);
if (isset($this->crosslisted_sections)) $o['crosslisted_sections'] = JsonConverters::to(JsonConverters::context('Dictionary',genericArgs:['int','List<Int32>']), $this->crosslisted_sections);
return empty($o) ? new class(){} : $o;
}
}
class SectionsAdminRequest implements JsonSerializable
{
public function __construct(
/** @var string|null */
public ?string $reporting_term=null
) {
}
/** @throws Exception */
public function fromMap($o): void {
if (isset($o['reporting_term'])) $this->reporting_term = $o['reporting_term'];
}
/** @throws Exception */
public function jsonSerialize(): mixed
{
$o = [];
if (isset($this->reporting_term)) $o['reporting_term'] = $this->reporting_term;
return empty($o) ? new class(){} : $o;
}
}
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 /Sections/Admin/{reporting_term} HTTP/1.1
Host: data.regent-college.edu
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<SectionsAdminRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Requests">
<reporting_term>String</reporting_term>
</SectionsAdminRequest>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <SectionsAdminResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Responses"> <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types"> <d2p1:ErrorCode>String</d2p1:ErrorCode> <d2p1:Message>String</d2p1:Message> <d2p1:StackTrace>String</d2p1:StackTrace> <d2p1:Errors> <d2p1:ResponseError> <d2p1:ErrorCode>String</d2p1:ErrorCode> <d2p1:FieldName>String</d2p1:FieldName> <d2p1:Message>String</d2p1:Message> <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:KeyValueOfstringstring> <d5p1:Key>String</d5p1:Key> <d5p1:Value>String</d5p1:Value> </d5p1:KeyValueOfstringstring> </d2p1:Meta> </d2p1:ResponseError> </d2p1:Errors> <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>String</d3p1:Key> <d3p1:Value>String</d3p1:Value> </d3p1:KeyValueOfstringstring> </d2p1:Meta> </ResponseStatus> <crosslisted_sections xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfintArrayOfintty7Ep6D1> <d2p1:Key>0</d2p1:Key> <d2p1:Value> <d2p1:int>0</d2p1:int> </d2p1:Value> </d2p1:KeyValueOfintArrayOfintty7Ep6D1> </crosslisted_sections> <locations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>String</d2p1:string> </locations> <reporting_term>String</reporting_term> <section_document_codes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfintArrayOfstringty7Ep6D1> <d2p1:Key>0</d2p1:Key> <d2p1:Value> <d2p1:string>String</d2p1:string> </d2p1:Value> </d2p1:KeyValueOfintArrayOfstringty7Ep6D1> </section_document_codes> <section_instructors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfintArrayOfInstructorResponsezpaGewPN> <d2p1:Key>0</d2p1:Key> <d2p1:Value> <InstructorResponse> <ResponseStatus xmlns:d6p1="http://schemas.servicestack.net/types"> <d6p1:ErrorCode>String</d6p1:ErrorCode> <d6p1:Message>String</d6p1:Message> <d6p1:StackTrace>String</d6p1:StackTrace> <d6p1:Errors> <d6p1:ResponseError> <d6p1:ErrorCode>String</d6p1:ErrorCode> <d6p1:FieldName>String</d6p1:FieldName> <d6p1:Message>String</d6p1:Message> <d6p1:Meta> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </d6p1:Meta> </d6p1:ResponseError> </d6p1:Errors> <d6p1:Meta> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </d6p1:Meta> </ResponseStatus> <email>String</email> <first_name>String</first_name> <full_name>String</full_name> <image_base64>String</image_base64> <last_name>String</last_name> <preferred_name>String</preferred_name> <regent_id>0</regent_id> <regent_login>String</regent_login> </InstructorResponse> </d2p1:Value> </d2p1:KeyValueOfintArrayOfInstructorResponsezpaGewPN> </section_instructors> <section_rates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfintArrayOfSectionRateWithAmountResponsezpaGewPN> <d2p1:Key>0</d2p1:Key> <d2p1:Value> <SectionRateWithAmountResponse> <ResponseStatus xmlns:d6p1="http://schemas.servicestack.net/types"> <d6p1:ErrorCode>String</d6p1:ErrorCode> <d6p1:Message>String</d6p1:Message> <d6p1:StackTrace>String</d6p1:StackTrace> <d6p1:Errors> <d6p1:ResponseError> <d6p1:ErrorCode>String</d6p1:ErrorCode> <d6p1:FieldName>String</d6p1:FieldName> <d6p1:Message>String</d6p1:Message> <d6p1:Meta> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </d6p1:Meta> </d6p1:ResponseError> </d6p1:Errors> <d6p1:Meta> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </d6p1:Meta> </ResponseStatus> <course_name>String</course_name> <is_override_audit_rate>false</is_override_audit_rate> <is_override_credit_rate>false</is_override_credit_rate> <rate_code>String</rate_code> <rate_description>String</rate_description> <reporting_term>String</reporting_term> <secUUID>String</secUUID> <section_code>String</section_code> <section_id>0</section_id> <title>String</title> <uuid>String</uuid> <charge>0</charge> <credit>0</credit> <rate_id>0</rate_id> </SectionRateWithAmountResponse> </d2p1:Value> </d2p1:KeyValueOfintArrayOfSectionRateWithAmountResponsezpaGewPN> </section_rates> <section_refund_schedules xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfintArrayOfSectionRefundScheduleResponsezpaGewPN> <d2p1:Key>0</d2p1:Key> <d2p1:Value> <SectionRefundScheduleResponse> <ResponseStatus xmlns:d6p1="http://schemas.servicestack.net/types"> <d6p1:ErrorCode>String</d6p1:ErrorCode> <d6p1:Message>String</d6p1:Message> <d6p1:StackTrace>String</d6p1:StackTrace> <d6p1:Errors> <d6p1:ResponseError> <d6p1:ErrorCode>String</d6p1:ErrorCode> <d6p1:FieldName>String</d6p1:FieldName> <d6p1:Message>String</d6p1:Message> <d6p1:Meta> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </d6p1:Meta> </d6p1:ResponseError> </d6p1:Errors> <d6p1:Meta> <d2p1:KeyValueOfstringstring> <d2p1:Key>String</d2p1:Key> <d2p1:Value>String</d2p1:Value> </d2p1:KeyValueOfstringstring> </d6p1:Meta> </ResponseStatus> <course_name>String</course_name> <end_date>0001-01-01T00:00:00</end_date> <percentage>0</percentage> <rate_code>String</rate_code> <rate_description>String</rate_description> <reporting_term>String</reporting_term> <secUUID>String</secUUID> <section_code>String</section_code> <section_id>0</section_id> <start_date>0001-01-01T00:00:00</start_date> <title>String</title> <uuid>String</uuid> </SectionRefundScheduleResponse> </d2p1:Value> </d2p1:KeyValueOfintArrayOfSectionRefundScheduleResponsezpaGewPN> </section_refund_schedules> <sections> <SectionAdminResponse> <added_by>String</added_by> <added_date>0001-01-01T00:00:00</added_date> <additional_fee_amount>0</additional_fee_amount> <audit_increments>0</audit_increments> <capacity>0</capacity> <changed_by>String</changed_by> <changed_date>0001-01-01T00:00:00</changed_date> <course_id>0</course_id> <course_name>String</course_name> <credit_increments>0</credit_increments> <current_status>String</current_status> <distance_ed_materials>String</distance_ed_materials> <end_date>0001-01-01T00:00:00</end_date> <end_times>String</end_times> <first_meeting_date>0001-01-01T00:00:00</first_meeting_date> <flat_fee_amount>0</flat_fee_amount> <has_special_requirements>false</has_special_requirements> <is_audio>false</is_audio> <is_evening>false</is_evening> <is_oncampus>false</is_oncampus> <is_pass_fail>false</is_pass_fail> <is_unlisted>false</is_unlisted> <is_waitlist>false</is_waitlist> <is_weekday>false</is_weekday> <is_weekend>false</is_weekend> <last_meeting_date>0001-01-01T00:00:00</last_meeting_date> <location>String</location> <max_audits>0</max_audits> <max_credits>0</max_credits> <meeting_days>String</meeting_days> <min_audits>0</min_audits> <min_credits>0</min_credits> <override_add_end_date>0001-01-01T00:00:00</override_add_end_date> <override_add_start_date>0001-01-01T00:00:00</override_add_start_date> <override_course_description>String</override_course_description> <override_drop_end_date>0001-01-01T00:00:00</override_drop_end_date> <override_drop_start_date>0001-01-01T00:00:00</override_drop_start_date> <override_grading_end_date>0001-01-01T00:00:00</override_grading_end_date> <override_registration_end_date>0001-01-01T00:00:00</override_registration_end_date> <override_registration_start_date>0001-01-01T00:00:00</override_registration_start_date> <pretty_title>String</pretty_title> <reporting_term>String</reporting_term> <reporting_year>0</reporting_year> <room>String</room> <section_code>String</section_code> <section_id>0</section_id> <special_requirements>String</special_requirements> <start_date>0001-01-01T00:00:00</start_date> <start_times>String</start_times> <term>String</term> <timestamp>0001-01-01T00:00:00</timestamp> <title>String</title> <uuid>String</uuid> </SectionAdminResponse> </sections> </SectionsAdminResponse>