http://www.FatTail.com/api
ProposalVersion Complex Type
http://www.FatTail.com/api : ProposalVersion Complex Type
Description
Information for a proposal version of an order.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ProposalVersion Extension of AdBookConnectEntity Complex Type
Information for a proposal version of an order.
Sequence
AcceptanceStatus optional AcceptStatus Simple Type
Status of the proposal version.  Valid values are: Invalid, Pending, Accepted, Archived.
FinalizedDate optional xs:dateTime
Date the version was finalized.
IsPrimary optional xs:boolean
True if the version is the primary version, false if not.
ProposalVersionName optional xs:string
Name assigned to the proposal version.
SourceOrderID optional xs:long
Order ID of the order the version is associated with.
Used By
ProposalVersion Element
ProposalVersion Element
Source
<xs:complexType name="ProposalVersion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q266="http://www.FatTail.com/api" base="q266:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AcceptanceStatus" type="q266:AcceptStatus" />
        <xs:element minOccurs="0" name="FinalizedDate" nillable="true" type="xs:dateTime" />
        <xs:element minOccurs="0" name="IsPrimary" type="xs:boolean" />
        <xs:element minOccurs="0" name="ProposalVersionName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="SourceOrderID" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api