Service..::..GetPriceSimple Method

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

Syntax


public decimal GetPriceSimple(
	string PartNo,
	string DebtorAccountNo,
	DateTime QueryDate,
	decimal Quantity
)
Public Function GetPriceSimple ( _
	PartNo As String, _
	DebtorAccountNo As String, _
	QueryDate As DateTime, _
	Quantity As Decimal _
) As Decimal
public:
Decimal^ GetPriceSimple(
	String^ PartNo, 
	String^ DebtorAccountNo, 
	DateTime^ QueryDate, 
	Decimal^ Quantity
)

Parameters

PartNo
Type: String
DebtorAccountNo
Type: String
QueryDate
Type: DateTime
Quantity
Type: Decimal