Participant
ParticipantUpdateableRequestModel Complex Type
Participant : ParticipantUpdateableRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
TimeZoneID Element IncludeTests Element ResultsCountStart Element ResultsCountLimit Element EnableLogging Element SearchDateTo Element SearchDateFrom Element SearchDateType Element Organization Element Title Element EmailAddress Element FullName Element StatusType Element int Element Sequence TaskIDs Element int Element Sequence DocumentIDs Element int Element Sequence TransactionIDs Element ProntoID Element int Element Sequence IDs Element Sequence ParticipantUpdateableRequestModel Complex Type
Overview
Sequence
Sequence
int 0..∞ xs:int
ProntoID optional xs:string
Sequence
int 0..∞ xs:int
Sequence
int 0..∞ xs:int
Sequence
int 0..∞ xs:int
FullName optional xs:string
EmailAddress optional xs:string
Title optional xs:string
Organization optional xs:string
SearchDateFrom optional xs:dateTime
SearchDateTo optional xs:dateTime
EnableLogging optional xs:boolean
ResultsCountLimit optional xs:int
ResultsCountStart optional xs:int
IncludeTests optional xs:boolean
TimeZoneID optional xs:string
Used By
participantUpdateableRequest Element
ParticipantUpdateableRequestModel Element
Source
<xs:complexType name="ParticipantUpdateableRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IDs" nillable="true" type="q26:ArrayOfint" xmlns:q26="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="TransactionIDs" nillable="true" type="q27:ArrayOfint" xmlns:q27="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="DocumentIDs" nillable="true" type="q28:ArrayOfint" xmlns:q28="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="TaskIDs" nillable="true" type="q29:ArrayOfint" xmlns:q29="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <xs:element minOccurs="0" name="StatusType" type="q30:Option.TransactionStatusTypes" xmlns:q30="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
    <xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Organization" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="SearchDateType" type="q31:Option.TransactionSearchDateTypes" xmlns:q31="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
    <xs:element minOccurs="0" name="SearchDateFrom" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="SearchDateTo" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
    <xs:element minOccurs="0" name="ResultsCountLimit" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="ResultsCountStart" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="IncludeTests" type="xs:boolean" />
    <xs:element minOccurs="0" name="TimeZoneID" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Participant