https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Employee Complex Type / FullTimeOrPartTime Element
In This Topic
    FullTimeOrPartTime Element
    In This Topic
    Description
    Indicates whether the employee works full or part time. F for full time
    P for part time.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    FullTimeOrPartTime Element
    Overview
    FullTimeOrPartTime optional xs:string
    Indicates whether the employee works full or part time. F for full time
    P for part time.
    Source
    <xs:element minOccurs="0" name="FullTimeOrPartTime" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Indicates whether the employee works full or part time.
                </summary>
          <len min="0" max="1" />
          <values>
                F for full time<br />P for part time.
                </values>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also