IService..::..GetPrice Method

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

Syntax


[OperationContractAttribute]
[WebGetAttribute]
decimal GetPrice(
	string InventoryID,
	string DebtorID,
	string IN_LogicalID,
	DateTime QueryDate,
	decimal Quantity
)
<OperationContractAttribute> _
<WebGetAttribute> _
Function GetPrice ( _
	InventoryID As String, _
	DebtorID As String, _
	IN_LogicalID As String, _
	QueryDate As DateTime, _
	Quantity As Decimal _
) As Decimal
[OperationContractAttribute]
[WebGetAttribute]
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