https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / GetPriceSetByNameResponse Element
In This Topic
    GetPriceSetByNameResponse Element
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Overview
    Sequence
    Sequence
    CustomerInstructions optional xs:string
    DispatcherInstructions optional xs:string
    InternalName optional xs:string
    IsDisplayedOnCustomerWebPortal optional xs:boolean
    PercentCommissionable optional xs:decimal
    ServiceLevel optional xs:string
    Sequence
    Source
    <xs:element name="GetPriceSetByNameResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="GetPriceSetByNameResult" nillable="true" type="tns:PriceSet" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also