Class GetProductDatesRequest
A request to retreive product offering/start dates
Inheritance
System.Object
GetProductDatesRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
[VersionedRoute(1, VersionedRouteHttpVerb.Get, "product/dates/{SchoolCode}/{ProductCode}")]
[PageableContract(5UL)]
public class GetProductDatesRequest : IReturn<GetProductDatesResponse>
Properties
View SourceProductCode
The product code to retreive dates for
Declaration
public string ProductCode { get; set; }
Property Type:
System.String
View Source
SchoolCode
The school to retreive dates for
Declaration
public string SchoolCode { get; set; }
Property Type:
System.String