Class CreateJournalizedCaseRequest
The message sent to create a new journalized case.
Inherited Members
Namespace: Integration.MessageContracts.CaseManagement
Syntax
[MessageContract]
public class CreateJournalizedCaseRequest : CustomRequestMessageBase
Properties
BkFields
The collection of custom metadada assocaited with object.
Declaration
[MessageBodyMember]
public BkFieldsDictionary BkFields { get; set; }
Property Value
Type | Description |
---|---|
BkFieldsDictionary | The collection of custom metadada assocaited with object. |
BusinessCodeID
The business code identifier.
Declaration
[MessageBodyMember]
public int BusinessCodeID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The business code identifier. |
CaseTypeID
The case type identifier.
Declaration
[MessageBodyMember]
public int CaseTypeID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The case type identifier. |
Description
The description of object.
Declaration
[MessageBodyMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of object. |
DiaryID
The diary identifier of the object.
Declaration
[MessageBodyMember]
public int DiaryID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The diary identifier of the object. |
DiaryNumber
The diary number of the object.
Declaration
[MessageBodyMember]
public string DiaryNumber { get; set; }
Property Value
Type | Description |
---|---|
string | The diary number of the object. |
Remarks
If not set by consumer, a diary number will be generated by the system.
HandlingOfficerPropID
Handling officer's unique identifier for the object.
Declaration
[MessageBodyMember]
public int HandlingOfficerPropID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] Handling officer's unique identifier for the object. |
InOutDate
The in/out date.
Declaration
[MessageBodyMember]
public DateTime? InOutDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The in/out date. |
Initiators
The initiators of the object.
Declaration
[MessageBodyMember]
public IList<InitiatorDTO> Initiators { get; set; }
Property Value
Type | Description |
---|---|
IList<InitiatorDTO> | [required] The initiators of the object. |
OrgUnitID
Organization unique identifier for the object.
Declaration
[MessageBodyMember]
public int OrgUnitID { get; set; }
Property Value
Type | Description |
---|---|
int | Organization unique identifier for the object. |
Origin
The origin of the object.
Declaration
[MessageBodyMember]
public Origin Origin { get; set; }
Property Value
Type | Description |
---|---|
Origin | [required] The origin of the object. |
PULLevel
The PUL level of the object.
Declaration
[MessageBodyMember]
public int PULLevel { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The PUL level of the object. |
Paragraphs
The secrecy paragraphs of the object.
Declaration
[MessageBodyMember]
public IList<ParagraphDTO> Paragraphs { get; set; }
Property Value
Type | Description |
---|---|
IList<ParagraphDTO> | The secrecy paragraphs of the object. |
Remarks
Must be provided when secrecy level set.
RegistrationDate
The registration date.
Declaration
[MessageBodyMember]
public DateTime? RegistrationDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The registration date. |
SecrecyLevel
The secrecy level of the object.
Declaration
[MessageBodyMember]
public int SecrecyLevel { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The secrecy level of the object. |
StatusID
The status identifier.
Declaration
[MessageBodyMember]
public int StatusID { get; set; }
Property Value
Type | Description |
---|---|
int | The status identifier. |
Title
The title of the object.
Declaration
[MessageBodyMember]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | [required] The title of the object. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
IsValidResult | IsValidResult containing an error message if invalid. |