https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / ArrayOfItem Complex Type
In This Topic
    ArrayOfItem Complex Type
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Overview
    Sequence
    Sequence
    Comments optional xs:string
    Description optional xs:string
    Height optional xs:decimal
    Length optional xs:decimal
    TrackingNumber optional xs:string
    Weight optional xs:decimal
    Width optional xs:decimal
    Used By
    Source
    <xs:complexType name="ArrayOfItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:Item" />
      </xs:sequence>
    </xs:complexType>
    See Also