Show / Hide Table of Contents

Class CreateJournalizedCaseResponse

A response message returned by the system when creating a journalized case.

Inheritance
object
CustomResponseMessageBase
CreateJournalizedCaseResponse
Inherited Members
CustomResponseMessageBase.CustomReturnValues
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Back to top Created by Formpipe