[AcceptVerbs("Get")]
public DataTable Inflow(long TenantId, long SalesPersonId)
{
DataTable dtReceivable = new DataTable(); return dtReceivable
}
string JsonString = Inventory();
public class Inventory
public string ItemId { get; set; }
public string Category { get; set; }
public decimal Price1 { get; set; }
public string Description { get; set; }
public int QuantityAvailable { get; set; }
public int QuantityOnHand { get; set; }
public string Method { get; set; }