https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / EmployeeInsertResponse Complex Type
In This Topic
    EmployeeInsertResponse Complex Type
    In This Topic
    Description
    Response object containing the employee code for the inserted employee.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    EmployeeCode Element Sequence EmployeeInsertResponse Complex Type
    Overview
    EmployeeInsertResponse
    Response object containing the employee code for the inserted employee.
    Sequence
    EmployeeCode optional xs:string
    A string containing the unique employee code that AMS360 generated for the newly inserted employee entity.
    Used By
    Source
    <xs:complexType name="EmployeeInsertResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Response object containing the employee code for the inserted employee.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="EmployeeCode" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                A string containing the unique employee code that AMS360 generated for the newly inserted employee entity.
                </summary>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also