Click or drag to resize

JcdiGetDocumentConditionByIdentificativo Method

Returns document's condition from customer document id

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public Task<ConditionResult> GetDocumentConditionByIdentificativo(
	InputByIdentificativo ObjGetDocumentConditionByIdentificativoParameter
)

Parameters

ObjGetDocumentConditionByIdentificativoParameter
Type: Enerj.CDI.WebService.V4InputByIdentificativo
Input object of GetDocumentConditionByIdentificativo method

Return Value

Type: TaskConditionResult
Document's condition

Implements

IJcdiGetDocumentConditionByIdentificativo(InputByIdentificativo)
See Also