https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / CreateItem Element
In This Topic
    CreateItem Element
    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
    Source
    <xs:element name="CreateItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="item" nillable="true" type="tns:Item" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also