http://www.FatTail.com/api
RevisionProposal Complex Type
http://www.FatTail.com/api : RevisionProposal Complex Type
Description
Revision proposal information for an order.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
RevisionProposal Extension of AdBookConnectEntity Complex Type
Revision proposal information for an order.
Sequence
RevisionName optional xs:string
Name assigned to the revision.
SourceOrderID optional xs:long
System ID of the order the revision is associated with.
TotalBudget optional xs:decimal
Total budget for the revision.
Used By
RevisionProposal Element
RevisionProposal Element
Source
<xs:complexType name="RevisionProposal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q261="http://www.FatTail.com/api" base="q261:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="RevisionName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="SourceOrderID" type="xs:long" />
        <xs:element minOccurs="0" name="TotalBudget" nillable="true" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api