 | CustomerServiceAddSiteLocationPrimaryContactDetails Method |
Adds the site location primary contact details.
Namespace:
AMCS.Elemos.IntegrationService.Services.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ContactEntity AddSiteLocationPrimaryContactDetails(
string authenticationKey,
IDataSession existingDataSession,
SiteLocationContactAddEntity siteLocationContactAddEntity
)
Public Function AddSiteLocationPrimaryContactDetails (
authenticationKey As String,
existingDataSession As IDataSession,
siteLocationContactAddEntity As SiteLocationContactAddEntity
) As ContactEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface. - existingDataSession
- Type: IDataSession
The existing data session. - siteLocationContactAddEntity
- Type: AMCS.Elemos.IntegrationService.Entity.CustomerSiteLocationContactAddEntity
The site location contact add entity.
Return Value
Type:
ContactEntity
See Also