Class UpdatePeriodEndDateRequest
Represents the a request for the UpdatePeriodEndDate method.
Inheritance
System.Object
UpdatePeriodEndDateRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdatePeriodEndDateRequest : ServiceRequest
Constructors
UpdatePeriodEndDateRequest()
Declaration
public UpdatePeriodEndDateRequest()
Properties
CampusCodeList
List of Campus Codes to be updated.
Declaration
public List<string> CampusCodeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
PeriodEndDate
Period End Date
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |