Click or drag to resize

DocumentOpDocumentTypeByListIDCompany Method

DocumentTypeByListIDCompany

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<DocumentTypeDetailDTO>> DocumentTypeByListIDCompany(
	List<int> ListIdCompany
)

Parameters

ListIdCompany
Type: System.Collections.GenericListInt32
ListIdCompany

Return Value

Type: TaskListDocumentTypeDetailDTO
List Document Type
See Also