 | 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)
Syntaxpublic Nullable<int> SaveCustomerExternalVehicle(
string authenticationKey,
int contactId,
CustomerExternalVehiclePartialEntity customerExternalVehiclePartialEntity
)
Public Function SaveCustomerExternalVehicle (
authenticationKey As String,
contactId As Integer,
customerExternalVehiclePartialEntity As CustomerExternalVehiclePartialEntity
) As Nullable(Of Integer)
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
See Also