 | 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)
Syntaxpublic void SaveCustomerSite(
string authenticationKey,
CustomerSitePartialEntity customerSite,
ContactEntity primaryContact
)
Public Sub SaveCustomerSite (
authenticationKey As String,
customerSite As CustomerSitePartialEntity,
primaryContact As ContactEntity
)
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