Namespace Integration.MessageContracts.DocumentManagement
Classes
CreateDocumentFromTemplateRequest
Message sent when requesting document content
CreateDocumentFromTemplateResponse
The response message containing the stream of the requested document
CreateWorkingDocumentRequest
A request message to be sent by consumer when crating a work document of a journalized case.
DeleteWorkingDocumentRequest
A message to be sent when deleting a work document
DeleteWorkingDocumentResponse
A response message returned when work document is deleted.
GetDocumentTypesWithRelatedTemplatesRequest
A request to be sent by consumer when requesting the work document types and templates of a specified case.
GetDocumentTypesWithRelatedTemplatesResponse
The get document types and templates of a specified case response message, containing consumer metadata
GetWorkingDocumentContentRequest
Message sent when requesting document content
GetWorkingDocumentContentResponse
The response message containing the stream of the requested document
GetWorkingDocumentRequest
A message to be sent by consumer when requesting metadata about a specific work document
GetWorkingDocumentResponse
A response message returned by system containing the requested working document. Implements the CustomResponseMessageBase
GetWorkingDocumentsRequest
A request to be sent by consumer when requesting the work document of a specified journalized case.
GetWorkingDocumentsResponse
The get work document of a specified journalized case response message, containing consumer metadata
NewWorkingDocumentResponse
The message representing a created working document. Implements the CustomResponseMessageBase
SearchDocumentsRequest
Documents search request.
SearchDocumentsResponse
Documents search response.
UpdateWorkingDocumentRequest
Message to be sent to system when updating a work document.
UpdateWorkingDocumentResponse
Message returned by the system when document has been updated.