Click or drag to resize

AddressServiceSaveCustomerSite Method

Saves the customer site.

Namespace:  AMCS.Elemos.IntegrationService.Services.Address
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SaveCustomerSite(
	string authenticationKey,
	CustomerSitePartialEntity customerSite,
	ContactEntity primaryContact
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
customerSite
Type: AMCS.Elemos.IntegrationService.Entity.AddressCustomerSitePartialEntity
The customer site.
primaryContact
Type: ContactEntity
The primary contact.
See Also