Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Details of each field can be found in 9_0_1_eTimeXpressWebServicesPAIeTimeXpressWebServicesAPI_Datasets.pdf

dsCustomer Dataset (ttCustomer)

...

Field name

Label

Description

allowactions

Allow employees to perform actions

Allow employees to perform actions

authorized_qualification

[%Site%] Authorized Qualifications

Site Qualifications - Authorized qualifications

billrates_disp

[%Site%] Display BillRates

Bill Settings - Bill Rates

billrates_json

[%Site%] BillRates in JSON format

Bill Rates in JSON format

csname

Name

Customer - Name

geofenceradius

Geo-fence Radius

Geo-fence Radius

geolocation

Geo-location coordinates

Site Geofencing - Geo-location coordinates

gpstracking

GPS tracking

Site Geofencing -  For verifying clock actions using phone's GPS

maxdhours_disp

Display daily max hours

Site Max hours - Display daily max hours

maxdhours_json

Daily max hours in JSON format

Daily max hours in JSON format

maxmhours_disp

Display monthly max hours

Site Max hours - Display monthly max hours

maxmhours_json

Monthly max hours in JSON format

Monthly max hours in JSON format

maxwhours_disp

Display weekly max hours

Site Max hours - Display weekly max hours

maxwhours_json

Weekly max hours in JSON format

Weekly max hours in JSON format

qualification_rule_descriptions

General qualifications

General qualifications

qualification_rule_ids

Qualification Codes 

List of qualification codes

registredphones

Registered phone numbers

Site Geofencing - Use the specified phone numbers for Voice Xpress

staticipaddresses

Static IP address

Site Geofencing - Static IP address

Fields removed from 901

dsEmployee Dataset (ttEmployee)

Field name

Label

Description

alertemailid

Alert Email

Employee Contact - Alert Email

faxno

Fax

Employee Profile - Fax

phone[2]

Phone 2

Employee Profile - Phone 2

teltype[2]

Phone Type 2

Employee Contact - Phone 2 type. Should contain value from the Phone Code List

The removed fields will no longer be included in the response for read, add, update or delete employee record.

Examples

Login request

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body xmlns:s0="urn:L1340384D62:eTimeWS" 
                 xmlns:s1="http://www.w3.org/2001/XMLSchema">
    <s0:apSrv>
      <dsContext>
        <ttContext>
         <contextGroup>PARAM</contextGroup>
         <contextName>pcUserID</contextName>
         <contextValue>wsdl</contextValue>
         <contextOperator />
         <contextType />
        </ttContext>

        <ttContext>
         <contextGroup>PARAM</contextGroup>
         <contextName>pcPassword</contextName>
         <contextValue>_____PUT_THE_CORRECT_PASSWORD_HERE_____</contextValue>
         <contextOperator />
         <contextType />
        </ttContext>
      </dsContext>
    </s0:apSrv>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

...