Click or drag to resize

OperationGetDocumentType Method

Get the id_document_type for a document, based on name\description DGiacopuzzi - 20230412 - Task 6488

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 long? GetDocumentType(
	string documentType
)

Parameters

documentType
Type: SystemString

[Missing <param name="documentType"/> documentation for "M:Enerj.CDI.WebService.V4.Operations.Operation.GetDocumentType(System.String)"]

Return Value

Type: NullableInt64
id_document_type
See Also