Click or drag to resize

DocumentOpClosureInstanceRequestFromCdv Method (Int64, Int32, ListInt32, String, String)

Request of instance closure from cdv

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 bool ClosureInstanceRequestFromCdv(
	long id_instance,
	int id_company,
	List<int> listIDDoc,
	string userName,
	string enforcingJustificationNotes
)

Parameters

id_instance
Type: SystemInt64

[Missing <param name="id_instance"/> documentation for "M:Enerj.CDI.WebService.V4.Operations.DocumentOp.ClosureInstanceRequestFromCdv(System.Int64,System.Int32,System.Collections.Generic.List{System.Int32},System.String,System.String)"]

id_company
Type: SystemInt32

[Missing <param name="id_company"/> documentation for "M:Enerj.CDI.WebService.V4.Operations.DocumentOp.ClosureInstanceRequestFromCdv(System.Int64,System.Int32,System.Collections.Generic.List{System.Int32},System.String,System.String)"]

listIDDoc
Type: System.Collections.GenericListInt32

[Missing <param name="listIDDoc"/> documentation for "M:Enerj.CDI.WebService.V4.Operations.DocumentOp.ClosureInstanceRequestFromCdv(System.Int64,System.Int32,System.Collections.Generic.List{System.Int32},System.String,System.String)"]

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:Enerj.CDI.WebService.V4.Operations.DocumentOp.ClosureInstanceRequestFromCdv(System.Int64,System.Int32,System.Collections.Generic.List{System.Int32},System.String,System.String)"]

enforcingJustificationNotes
Type: SystemString

[Missing <param name="enforcingJustificationNotes"/> documentation for "M:Enerj.CDI.WebService.V4.Operations.DocumentOp.ClosureInstanceRequestFromCdv(System.Int64,System.Int32,System.Collections.Generic.List{System.Int32},System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Enerj.CDI.WebService.V4.Operations.DocumentOp.ClosureInstanceRequestFromCdv(System.Int64,System.Int32,System.Collections.Generic.List{System.Int32},System.String,System.String)"]

See Also