Fields documentation for ArticleWeb

NameTypeSummeryRemarks
ArticleNoStringThe article number of the article. The article number is a unique number that identifies the article or extra serviec that the agency offers.Required when used in the booking service method
CountDoubleThe count property is only relevant in a booking scenario. Fill this property with the requested number of articles.Required when used in the booking service method
IdInt32Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
LineNoNullable<Int32>The order line number of the article. If applicable. Is and should remain null in all cases except when returned from the service method "OrderInfo" or when calling service method UpdateOrder. See also remarks.When calling the service method "UpdateOrder" with the purpose of modifying 1 or more existing order lines do the following: 1) Set LineNumber on the ArticleBaseWeb to the same linenumber of the article that you want to change. 2) Set Count to the new desired value. 3) Call UpdateOrder to process the request. The server will automatically adjust the count value of the article and create a new invoice - or credit note of the value was adjusted down. Important: For new orderlines added through "UpdateOrder" service method leave the property LineNo null!
PriceExamplesPriceExampleWeb[]This property contains a list of 20 PriceExampleWeb that holds information about what the price would be if ordering xx amounts. Articles may have complex volume discount schemes which makes it problematic to give 1 single price regardless of the volume of purchase. Use this collection to extract the correct price based on the end customers requested volume of the article. If the article has no volume discount the collection will only contain item(s) where count is one.
PriceIntervalDateNullable<DateTime>The property is only relevant for either the Booking or the UpdateOrder methods and for articles of the type Ticket. Fill this property with PriceExampleWeb.ValidFrom date to select an alternative price/validity interval. If this property is NOT filled out the price/validity interval containing the arrival date will be selected.Optionally when used in either the "Booking" or the "UpdateOrder" service method
SubTypeStringThe sub type of the article. For consumption articles this field is assigned the name of one of the values from the enum ConsumptionMeterTypeWebEnum.
TextStringA description of the article.
TypeArticleTypeWebEnumArticles are divided into different types of articles in EasyBook.NET. Use this property to distinguish the different types.
UnitStringThe unit type of the article. For instance pcs, or kg or kw/h.