Click or drag to resize

DocumentOpTemplateByListIDCompany Method (String, ListInt32, String, String, String, String, String, NullableDateTime)

TemplateByListIDCompany

Namespace:  Enerj.CDI.WebService.V4.Operations
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public Task<List<TemplateInstanceDTO>> TemplateByListIDCompany(
	string userName,
	List<int> ListIdCompany,
	string webapiCrm,
	string urlAuthAzure,
	string authClientId,
	string authSecretKey,
	string authAppName,
	DateTime? dateTimeFilter = null
)

Parameters

userName
Type: SystemString
userName
ListIdCompany
Type: System.Collections.GenericListInt32
ListIdCompany
webapiCrm
Type: SystemString
webapiCrm
urlAuthAzure
Type: SystemString
urlAuthAzure
authClientId
Type: SystemString
authClientId
authSecretKey
Type: SystemString
authSecretKey
authAppName
Type: SystemString
authAppName
dateTimeFilter (Optional)
Type: SystemNullableDateTime
dateTimeFilter

Return Value

Type: TaskListTemplateInstanceDTO
Template
See Also