Show / Hide Table of Contents

Class QuerySchoolsByCodeRequest

A request to lookup one or more schools by code

Inheritance
System.Object
QuerySchoolsByCodeRequest
Implements
IReturn<QuerySchoolsByCodeResponse>
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.Post, "products/schools-by-code")]
public class QuerySchoolsByCodeRequest : IReturn<QuerySchoolsByCodeResponse>

Properties

View Source

SchoolCodes

The schools codes to return. May not have more than 200 entries.

Declaration
public List<string> SchoolCodes { get; set; }
Property Type: System.Collections.Generic.List<System.String>
  • View Source
Back to top Copyright © 2017 EC English