Class GetWorkingDocumentsRequest
A request to be sent by consumer when requesting the work document of a specified journalized case.
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class GetWorkingDocumentsRequest : PlatinaMessageBase
Properties
JournalizedCaseID
The unique identifier of the journalize case of the request.
Declaration
[MessageBodyMember]
public int JournalizedCaseID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique identifier of the journalize case of the request. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
IsValidResult | IsValidResult containing an error message if invalid. |