Class GetDiariesResponse
The response message contaning a list of diaries. The requesting user must have fully controll to the returned diaries.
Inherited Members
Namespace: Integration.MessageContracts.ReferenceDataManagement
Syntax
[MessageContract]
public class GetDiariesResponse
Properties
Diaries
The list of diaries to which the user has full control.
Declaration
[MessageBodyMember]
public IList<DiaryDTO> Diaries { get; set; }
Property Value
Type | Description |
---|---|
IList<DiaryDTO> | The list of diaries to which the user has full control. |