InTime provides a SOAP Web Service Interface that allows two-way flow of information to external systems.
/********************************************
TODO:
- update Integration home page to link to new area and adjust single sign on section as necessary
Content:
introduction and overview
scenarios and uses
- Authenticate
- getModifiedItems (withRefcdode) – start up, ongoing updates
- retrieval methods: getWorker, getUser, getClient, getProvider, getPlacement +++
- creation methods
- create, submit reject, approve revertTimesheet
- single sign on
- getURLForContractorsPayslip, getNumberOfPayslips
- getInvoicesForXXX, getInvoiceByRefCode
- getAllPayElements
- getMissingTimesheetsForPlacement
examples (Java)
Build stub code using wsdl2Java
- authenticate
- ? creatOrUpdateWorker
- createOrUpdatePlacement
- getPlacement
- update timesheet
- ? submitTimesheet
- ? approveTimesheet
- readinvoices for timesheet
- getsingle signon token
Example in .net ?
Move API docs on to documentation domain
**//