Click or drag to resize
RMPServiceVehicleTransfer Method

Namespace: RMP.WCF
Assembly: RMP.WCF (in RMP.WCF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool VehicleTransfer(
	int VehicleID,
	DateTime TransferDate,
	int AgencyID,
	string EntryBy
)

Parameters

VehicleID
Type: SystemInt32
TransferDate
Type: SystemDateTime
AgencyID
Type: SystemInt32
EntryBy
Type: SystemString

Return Value

Type: Boolean

Implements

IRMPServiceVehicleTransfer(Int32, DateTime, Int32, String)
See Also