Class GetInstancesResponse
A response message returned by system containing the requested instances.
Inherited Members
Namespace: Integration.MessageContracts.ReferenceDataManagement
Syntax
[MessageContract]
public class GetInstancesResponse
Properties
Instances
A list of instances to which the user has access.
Declaration
[MessageBodyMember]
public IList<InstanceDTO> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<InstanceDTO> | A list of instances to which the user has access. |
Remarks
User need full control to the returned instances.