Besproken punten - reminders

[HttpGet] /App/ULOgi/B2B/Articles

Geeft een lijst met Artikelen die aan staan via een artikel verzameling

public class B2BArticleViewModel

{

public int Id { get; set; }

public string Code { get; set; }

public string Description { get; set; }

public string Description2 { get; set; }

public string Description3 { get; set; }

public string DescriptionLong { get; set; }

public decimal SalesPrice { get; set; }

public int OrderUnitId { get; set; }

public string OrderUnit { get; set; }

public int MainGroupId { get; set; }

public string MainGroup { get; set; }

public int SubGroupId { get; set; }

public string SubGroup { get; set; }

Description is de productnaam?

De volgende velden mis ik nog

prijs

prijs eenheid (kg/pc)

BTW percentage

geblokeerd 1/0

gewichts artikel 1/0

portie gewicht in grammen

portie wijzigbaar 1/0