Click or drag to resize

CustomerServiceGetSiteOrderStandingJobTemplate Method

Gets the site order standing job template.

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SiteOrderStandingJobTemplatePartialEntity GetSiteOrderStandingJobTemplate(
	string authenticationKey,
	int siteOrderStandingJobTemplateId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
siteOrderStandingJobTemplateId
Type: SystemInt32
The site order standing job template identifier.

Return Value

Type: SiteOrderStandingJobTemplatePartialEntity
See Also