Click or drag to resize

VehicleServiceSaveCustomerExternalVehicle Method

Saves the customer external vehicle.

Namespace:  AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> SaveCustomerExternalVehicle(
	string authenticationKey,
	int contactId,
	CustomerExternalVehiclePartialEntity customerExternalVehiclePartialEntity
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
contactId
Type: SystemInt32
The contact identifier.
customerExternalVehiclePartialEntity
Type: AMCS.Elemos.IntegrationService.Entity.VehicleCustomerExternalVehiclePartialEntity
The customer external vehicle partial entity.

Return Value

Type: NullableInt32
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(SaveCustomerExternalVehicle)
FaultCodeSaveCustomerExternalVehicle
See Also