clsImportEquipmentCategorySubjectAddSubjectRate Method
|
Add new settings for one company. Please add only one per company and add for all companies one setting.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic void AddSubjectRate(
int BusinessUnit,
string ItemCode,
decimal CostPrice,
decimal SalesPrice
)
Public Sub AddSubjectRate (
BusinessUnit As Integer,
ItemCode As String,
CostPrice As Decimal,
SalesPrice As Decimal
)
Parameters
- BusinessUnit
- Type: SystemInt32
- ItemCode
- Type: SystemString
- CostPrice
- Type: SystemDecimal
- SalesPrice
- Type: SystemDecimal
Remarks
See Also