Service..::..GetPrice Method

Namespace:  JiwaFinancials.Jiwa.JiwaWebService.WCF.REST.XML
Assembly:  JiwaWebService (in JiwaWebService.exe)

Syntax


public decimal GetPrice(
	string InventoryID,
	string DebtorID,
	string IN_LogicalID,
	DateTime QueryDate,
	decimal Quantity
)
Public Function GetPrice ( _
	InventoryID As String, _
	DebtorID As String, _
	IN_LogicalID As String, _
	QueryDate As DateTime, _
	Quantity As Decimal _
) As Decimal
public:
Decimal^ GetPrice(
	String^ InventoryID, 
	String^ DebtorID, 
	String^ IN_LogicalID, 
	DateTime^ QueryDate, 
	Decimal^ Quantity
)

Parameters

InventoryID
Type: String
DebtorID
Type: String
IN_LogicalID
Type: String
QueryDate
Type: DateTime
Quantity
Type: Decimal