 | 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)
Syntaxpublic SiteOrderStandingJobTemplatePartialEntity GetSiteOrderStandingJobTemplate(
string authenticationKey,
int siteOrderStandingJobTemplateId
)
Public Function GetSiteOrderStandingJobTemplate (
authenticationKey As String,
siteOrderStandingJobTemplateId As Integer
) As SiteOrderStandingJobTemplatePartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - siteOrderStandingJobTemplateId
- Type: SystemInt32
The site order standing job template identifier.
Return Value
Type:
SiteOrderStandingJobTemplatePartialEntity
See Also