Class CreateJournalizedCaseResponse
A response message returned by the system when creating a journalized case.
Inherited Members
Namespace: Integration.MessageContracts.CaseManagement
Syntax
[MessageContract]
public class CreateJournalizedCaseResponse : CustomResponseMessageBase
Properties
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. |
PropID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The unique identifier of the object. |