Show / Hide Table of Contents

Class QueryProductsByCodeRequest

A request to query products by code

Inheritance
System.Object
QueryProductsByCodeRequest
Implements
IReturn<QueryProductsByCodeResponse>
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/by-code")]
public class QueryProductsByCodeRequest : IReturn<QueryProductsByCodeResponse>

Properties

View Source

ProductCodes

The products to return. May not have more than 200 entries

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