Click or drag to resize

ICcisReceiveServiceReceiveNotes Method

[Missing <summary> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveNotes(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisNote})"]

Namespace:  Clerk.CaseManagement.CCIS.Contracts
Assembly:  Clerk.CaseManagement.CCIS.Contracts (in Clerk.CaseManagement.CCIS.Contracts.dll) Version: 3.0.0.769 (3.0.0.769)
Syntax
void ReceiveNotes(
	string requestDateTime,
	string ucn,
	List<CcisNote> notes
)

Parameters

requestDateTime
Type: SystemString

[Missing <param name="requestDateTime"/> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveNotes(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisNote})"]

ucn
Type: SystemString

[Missing <param name="ucn"/> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveNotes(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisNote})"]

notes
Type: System.Collections.GenericListCcisNote

[Missing <param name="notes"/> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveNotes(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisNote})"]

See Also