Web Service: timecard1

Target Namespace:
http://nads.econz.co.nz/timecard1/

Port timecard1Soap Port typeSource code

Location:
http://timecardweb.econz.com/axis/services/timecard1Soap
Protocol:
SOAP
Default style:
rpc
Transport protocol:
SOAP over HTTP
Operations:
  1. ackUserEventSynchronisationDetailSource code
  2. ackUserSynchronisationDetailSource code
  3. addCustomFieldDetailSource code
  4. addNewTaskDetailSource code
  5. addRateCodeDetailSource code
  6. addSubTasksToTaskDetailSource code
  7. addSubTasksToTaskAndTeamDetailSource code
  8. addSubtaskToTaskDetailSource code
  9. addTaskForManagerDetailSource code
  10. addTaskWithAddressDetailSource code
  11. addTasksToTeamDetailSource code
  12. addUserToTeamDetailSource code
  13. createBreakTypeDetailSource code
  14. createFieldDeviceDetailSource code
  15. createNewTeamDetailSource code
  16. createUserDetailSource code
  17. deleteBreakTypeDetailSource code
  18. deleteCustomFieldDetailSource code
  19. deleteFieldDeviceDetailSource code
  20. deleteRateCodeDetailSource code
  21. deleteSubTasksFromTaskDetailSource code
  22. deleteSubtaskDetailSource code
  23. deleteTasksFromAllTeamsDetailSource code
  24. deleteTasksFromTeamDetailSource code
  25. deleteTeamDetailSource code
  26. deleteUserDetailSource code
  27. getAllUserEventsDetailSource code
  28. getBreakTypesDetailSource code
  29. getCustomFieldListDetailSource code
  30. getDetailedFieldDeviceListDetailSource code
  31. getDetailedHourSummariesDetailSource code
  32. getDetailedHourSummariesWithMileageDetailSource code
  33. getDetailedHourSummariesWithRateCodeDetailSource code
  34. getDetailedHourSummariesWithRateCodeAndPremiumPayDetailSource code
  35. getDetailedTaskListDetailSource code
  36. getDetailedUserHourSummaryDetailSource code
  37. getDetailedUserHourSummaryWithRateCodeDetailSource code
  38. getDetailedUserHourSummaryWithRateCodeAndPremiumPayDetailSource code
  39. getFieldDeviceDetailDetailSource code
  40. getFieldDeviceDetailsDetailSource code
  41. getFieldDeviceDetailsUpdatedSinceDetailSource code
  42. getFieldDevicePKForDeviceIDDetailSource code
  43. getFieldDevicePKForNameDetailSource code
  44. getHourSummariesDetailSource code
  45. getLastUserEventsDetailSource code
  46. getManagerSummariesDetailSource code
  47. getOrganisationDetailDetailSource code
  48. getOvertimeRulesBeanDetailSource code
  49. getSubtaskListDetailSource code
  50. getSubtasksForTaskAndTeamDetailSource code
  51. getTaskListDetailSource code
  52. getTaskTypeSequenceForUserDetailSource code
  53. getTasksForTeamDetailSource code
  54. getTeamListDetailSource code
  55. getUnsynchronisedUserEventsDetailSource code
  56. getUnsynchronisedUsersDetailSource code
  57. getUserDetailDetailSource code
  58. getUserDetailByLoginIDDetailSource code
  59. getUserDetailsDetailSource code
  60. getUserEventsDetailSource code
  61. getUserEventsBySynchronisationDetailSource code
  62. getUserGPSDetailSource code
  63. getUserHoursSummaryDetailSource code
  64. getUserSummariesDetailSource code
  65. getUserTypesDetailSource code
  66. getUsersBySynchronisationDetailSource code
  67. removeTaskDetailSource code
  68. removeUserFromTeamDetailSource code
  69. renameTaskDetailSource code
  70. sendMessageToTeamDetailSource code
  71. sendMessageToUserDetailSource code
  72. setFieldWorkerUnionCodeDetailSource code
  73. updateFieldDeviceDetailSource code
  74. updateOrganisationDetailDetailSource code
  75. updateTaskDetailsDetailSource code
  76. updateTaskManagerDetailSource code
  77. updateTaskStartEndDetailSource code
  78. updateUserDetailSource code
  79. updateUserPasswordDetailSource code
  80. wakeFieldDeviceDetailSource code
  81. wakeTeamFieldDevicesDetailSource code

Operations

    Port type timecard1SoapSource code

    1. ackUserEventSynchronisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/ackUserEventSynchronisation
      Input:
      ackUserEventSynchronisationRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      eventSyncBean type ArrayOfUserEventSynchronisationBean - array of type UserEventSynchronisationBean - extension of type SynchronisationBean
      • synchronisationID type string
      • updateIndex type int
      • synchronisationReference - nillable; type string
      • synchronisationData - nillable; type string
      • eventID - optional; type string
      Output:
      ackUserEventSynchronisationResponse (wsdlsoap:body, use = encoded)Source code
      parameters type AckUserEventSynchronisationResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • eventNotFoundFailure - optional; type EventNotFoundFailure
        • eventPK - nillable; type string
    2. ackUserSynchronisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/ackUserSynchronisation
      Input:
      ackUserSynchronisationRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      users type ArrayOfUserSynchronisationBean - array of type UserSynchronisationBean - extension of type SynchronisationBean
      • synchronisationID type string
      • updateIndex type int
      • synchronisationReference - nillable; type string
      • synchronisationData - nillable; type string
      • userPK type string
      Output:
      ackUserSynchronisationResponse (wsdlsoap:body, use = encoded)Source code
      parameters type AckUserSynchronisationResult
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - nillable; type UserNotFoundFailure
        • userPK - nillable; type string
      • tooManyFailure - nillable; type TooManyFailure
        • limit type int
      • validationFailure - nillable; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    3. addCustomField
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addCustomField
      Input:
      addCustomFieldRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      customField type CustomFieldBean
      • name type string
      • deviceProperty type FieldDeviceProperty - type string with restriction - enum { 'EDITABLE', 'REQUIRED' }
      • orderIndex type int
      • primaryKey - nillable; type string
      Output:
      addCustomFieldResponse (wsdlsoap:body, use = encoded)Source code
      addCustomFieldResponse type GetAddCustomFieldResponse
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • customFieldPK - nillable; type string
    4. addNewTask
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addNewTask
      Input:
      addNewTaskRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      taskName type string
      Output:
      addNewTaskResponse (wsdlsoap:body, use = encoded)Source code
      parameters type AddNewTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    5. addRateCode
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addRateCode
      Input:
      addRateCodeRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      taskName type string
      rateCode type string
      Output:
      addRateCodeResponse (wsdlsoap:body, use = encoded)Source code
      addRateCodeResponse type AddRateCodeResponse
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
    6. addSubTasksToTask
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addSubTasksToTask
      Input:
      addSubTasksToTaskRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      taskName type string
      subtasks type ArrayOfString - array of type string
      Output:
      addSubTasksToTaskResponse (wsdlsoap:body, use = encoded)Source code
      addSubTasksToTaskResponse type AddNewSubTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    7. addSubTasksToTaskAndTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addSubTasksToTaskAndTeam
      Input:
      addSubTasksToTaskAndTeamRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      taskName type string
      subTasks type ArrayOfString - array of type string
      Output:
      addSubTasksToTaskAndTeamResponse (wsdlsoap:body, use = encoded)Source code
      addSubTasksToTaskAndTeamResponse type AddSubTasksToTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    8. addSubtaskToTask
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addSubtaskToTask
      Input:
      addSubtaskToTaskRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      taskName type string
      subTaskName type string
      Output:
      addSubtaskToTaskResponse (wsdlsoap:body, use = encoded)Source code
      addSubtaskToTaskResponse type AddNewSubTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    9. addTaskForManager
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addTaskForManager
      Input:
      addTaskForManagerRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      managerID type string
      task type DetailedTaskWithAddressAndTime - extension of type DetailedTaskWithAddress - extension of type DetailedTask
      • taskName type string
      • teamName type string
      • customFieldArray type ArrayOfCustomField - array of type CustomField
        • name - optional; type string
        • value - optional; type string
      • address1 type string
      • address2 type string
      • city type string
      • state type string
      • postCode - nillable; type string
      • country - nillable; type string
      • start - nillable; type dateTime
      • end - nillable; type dateTime
      Output:
      addTaskForManagerResponse (wsdlsoap:body, use = encoded)Source code
      addTaskForManagerResponse type AddNewTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    10. addTaskWithAddress
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addTaskWithAddress
      Input:
      addTaskWithAddressRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      task type DetailedTaskWithAddress - extension of type DetailedTask
      • taskName type string
      • teamName type string
      • customFieldArray type ArrayOfCustomField - array of type CustomField
        • name - optional; type string
        • value - optional; type string
      • address1 type string
      • address2 type string
      • city type string
      • state type string
      • postCode - nillable; type string
      • country - nillable; type string
      Output:
      addTaskWithAddressResponse (wsdlsoap:body, use = encoded)Source code
      addTaskWithAddressResponse type AddNewTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    11. addTasksToTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addTasksToTeam
      Input:
      addTasksToTeamRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      tasks type ArrayOfString - array of type string
      Output:
      addTasksToTeamResponse (wsdlsoap:body, use = encoded)Source code
      addTasksToTeamResponse type AddTasksToTeamResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
    12. addUserToTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/addUserToTeam
      Input:
      addUserToTeamRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      userPK type string
      Output:
      addUserToTeamResponse (wsdlsoap:body, use = encoded)Source code
      parameters type AddUserToTeamResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • userAlreadyInTeamFailure - optional; type UserAlreadyInTeamFailure
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
    13. createBreakType
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/createBreakType
      Input:
      createBreakTypeRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      breakType type string
      Output:
      createBreakTypeResponse (wsdlsoap:body, use = encoded)Source code
      createBreakTypeResult type CreateBreakTypeResult
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • breakTypeExistsFailure - nillable; type BreakTypeExistsFailure
        • breakType - nillable; type string
      • validationFailure - nillable; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    14. createFieldDevice
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/createFieldDevice
      Input:
      createFieldDeviceRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      fieldDevice type FieldDeviceBean
      • primaryKey - nillable; type string
      • updateIndex type int
      • deviceID type string
      • name type string
      • userPK type string
      • description - nillable; type string
      • isDisabled type boolean
      • isDeleted type boolean
      • whenLastUpdated - nillable; type dateTime
      Output:
      createFieldDeviceResponse (wsdlsoap:body, use = encoded)Source code
      parameters type CreateFieldDeviceResult
      • primaryKeyUpdateIndex - nillable; type PrimaryKeyUpdateIndex
        • primaryKey type string
        • updateIndex type int
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - nillable; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    15. createNewTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/createNewTeam
      Input:
      createNewTeamRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      teamLeaderUserPK type string
      Output:
      createNewTeamResponse (wsdlsoap:body, use = encoded)Source code
      parameters type CreateNewTeamResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
    16. createUser
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/createUser
      Input:
      createUserRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      user type UserBean
      • primaryKey - nillable; type string
      • updateIndex type int
      • deleted type boolean
      • loginID type string
      • name type string
      • teams - nillable; type ArrayOfString - array of type string
      • timezone type string
      • userTypePK type string
      • description - nillable; type string
      • emailAddress - nillable; type string
      • phoneNumber - nillable; type string
      • faxNumber - nillable; type string
      • pagerNumber - nillable; type string
      • mobileNumber - nillable; type string
      • securityQuestion - nillable; type string
      • securityAnswer - nillable; type string
      • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
        • synchronisationID type string
        • updateIndex type int
        • synchronisationReference - nillable; type string
        • synchronisationData - nillable; type string
      password type string
      Output:
      createUserResponse (wsdlsoap:body, use = encoded)Source code
      parameters type CreateUserResult
      • primaryKeyUpdateIndex - nillable; type PrimaryKeyUpdateIndex
        • primaryKey type string
        • updateIndex type int
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - nillable; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    17. deleteBreakType
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteBreakType
      Input:
      deleteBreakTypeRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      breakType type string
      Output:
      deleteBreakTypeResponse (wsdlsoap:body, use = encoded)Source code
      deleteBreakTypeResult type DeleteBreakTypeResult
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • breakTypeNotFoundFailure - nillable; type BreakTypeNotFoundFailure
        • breakType - nillable; type string
    18. deleteCustomField
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteCustomField
      Input:
      deleteCustomFieldRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      customFieldPK type string
      Output:
      deleteCustomFieldResponse (wsdlsoap:body, use = encoded)Source code
      deleteCustomFieldResponse type DeleteCustomFieldResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    19. deleteFieldDevice
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteFieldDevice
      Input:
      deleteFieldDeviceRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      fieldDevicePK type string
      updateIndex type int
      Output:
      deleteFieldDeviceResponse (wsdlsoap:body, use = encoded)Source code
      parameters type DeleteFieldDeviceResult
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • fieldDeviceNotFoundFailure - nillable; type FieldDeviceNotFoundFailure
        • fieldDevicePK - optional; type string
      • validationFailure - nillable; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • concurrentUpdateFailure - nillable; type ConcurrentUpdateFailure
        • source type ConcurrentUpdateSource - type string with restriction - enum { 'CUSTOMER', 'FIELD_DEVICE', 'JOB', 'ORGANISATION', 'USER' }
        • serverUpdateIndex type int
        • requestUpdateIndex type int
    20. deleteRateCode
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteRateCode
      Input:
      deleteRateCodeRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      taskName type string
      Output:
      deleteRateCodeResponse (wsdlsoap:body, use = encoded)Source code
      deleteRateCodeResponse type DeleteRateCodeResponse
      • rateCodeNotFoundFailure - optional; type RateCodeNotFoundFailure
        • userNotFoundFailure - optional; type UserNotFoundFailure
          • userPK - nillable; type string
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
    21. deleteSubTasksFromTask
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteSubTasksFromTask
      Input:
      deleteSubTasksFromTaskRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      taskName type string
      subTasks type ArrayOfString - array of type string
      Output:
      deleteSubTasksFromTaskResponse (wsdlsoap:body, use = encoded)Source code
      deleteSubTasksFromTaskResponse type DeleteSubTasksFromTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    22. deleteSubtask
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteSubtask
      Input:
      deleteSubtaskRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      taskName type string
      subTaskName type string
      Output:
      deleteSubtaskResponse (wsdlsoap:body, use = encoded)Source code
      deleteSubtaskResponse type DeleteSubtaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    23. deleteTasksFromAllTeams
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteTasksFromAllTeams
      Input:
      deleteTasksFromAllTeamsRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      tasks type ArrayOfString - array of type string
      Output:
      deleteTasksFromAllTeamsResponse (wsdlsoap:body, use = encoded)Source code
      deleteTasksFromAllTeamsResponse type DeleteTasksFromAllTeamsResponse
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    24. deleteTasksFromTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteTasksFromTeam
      Input:
      deleteTasksFromTeamRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      tasks type ArrayOfString - array of type string
      Output:
      deleteTasksFromTeamResponse (wsdlsoap:body, use = encoded)Source code
      deleteTasksFromTeamResponse type DeleteTasksFromTeamResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
    25. deleteTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteTeam
      Input:
      deleteTeamRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      Output:
      deleteTeamResponse (wsdlsoap:body, use = encoded)Source code
      parameters type DeleteTeamResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
    26. deleteUser
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/deleteUser
      Input:
      deleteUserRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      updateIndex type int
      Output:
      deleteUserResponse (wsdlsoap:body, use = encoded)Source code
      parameters type DeleteUserResult
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - nillable; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - nillable; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
      • concurrentUpdateFailure - nillable; type ConcurrentUpdateFailure
        • source type ConcurrentUpdateSource - type string with restriction - enum { 'CUSTOMER', 'FIELD_DEVICE', 'JOB', 'ORGANISATION', 'USER' }
        • serverUpdateIndex type int
        • requestUpdateIndex type int
    27. getAllUserEvents
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getAllUserEvents
      Input:
      getAllUserEventsRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      startDate type dateTime
      endDate type dateTime
      Output:
      getAllUserEventsResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetAllUserEventsResult
      • events - nillable; type ArrayOfEventBean - array of type EventBean
        • whenOccured type dateTime
        • eventID - optional; type string
        • eventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • userName - optional; type string
        • deviceID - optional; type string
        • userPK - optional; type string
        • userType - optional; type string
        • updateIndex type int
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    28. getBreakTypes
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getBreakTypes
      Input:
      getBreakTypesRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getBreakTypesResponse (wsdlsoap:body, use = encoded)Source code
      getBreakTypesResult type GetBreakTypesResult
      • breakTypes - nillable; type ArrayOfString - array of type string
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    29. getCustomFieldList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getCustomFieldList
      Input:
      getCustomFieldListRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getCustomFieldListResponse (wsdlsoap:body, use = encoded)Source code
      getCustomFieldListResponse type GetCustomFieldListResult
      • customFields - nillable; type ArrayOfCustomFieldBean - array of type CustomFieldBean
        • name type string
        • deviceProperty type FieldDeviceProperty - type string with restriction - enum { 'EDITABLE', 'REQUIRED' }
        • orderIndex type int
        • primaryKey - nillable; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    30. getDetailedFieldDeviceList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedFieldDeviceList
      Input:
      getDetailedFieldDeviceListRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getDetailedFieldDeviceListResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedFieldDeviceListResponse type GetDetailedFieldDeviceListResponse
      • deviceList - nillable; type ArrayOfDetailedFieldDevice - array of type DetailedFieldDevice
        • fieldDevicePK type string
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    31. getDetailedHourSummaries
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedHourSummaries
      Input:
      getDetailedHourSummariesRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      startDate type dateTime
      endDate type dateTime
      showUserTZFlag type boolean
      Output:
      getDetailedHourSummariesResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetDetailedHourSummariesResult
      • userHours - nillable; type ArrayOfDetailedHourBreakdownBean - array of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    32. getDetailedHourSummariesWithMileage
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedHourSummariesWithMileage
      Input:
      getDetailedHourSummariesWithMileageRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      start type dateTime
      end type dateTime
      Output:
      getDetailedHourSummariesWithMileageResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedHourSummariesWithMileageResponse type GetDetailedHourSummariesWithMileageResult
      • summaries - nillable; type ArrayOfDetailedHourBreakdownBeanWithMileage - array of type DetailedHourBreakdownBeanWithMileage - extension of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
        • eventStartPK type string
        • mileage type int
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    33. getDetailedHourSummariesWithRateCode
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedHourSummariesWithRateCode
      Input:
      getDetailedHourSummariesWithRateCodeRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      startDate type dateTime
      endDate type dateTime
      showUserTZFlag type boolean
      Output:
      getDetailedHourSummariesWithRateCodeResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedHourSummariesWithRateCodeResponse type GetDetailedHourSummariesWithRateCodeResult
      • summaries - nillable; type ArrayOfDetailedHourBreakdownBeanWithRateCode - array of type DetailedHourBreakdownBeanWithRateCode - extension of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
        • rateCode - optional; type string
        • deviceDescription - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    34. getDetailedHourSummariesWithRateCodeAndPremiumPay
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedHourSummariesWithRateCodeAndPremiumPay
      Input:
      getDetailedHourSummariesWithRateCodeAndPremiumPayRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      startDate type dateTime
      endDate type dateTime
      Output:
      getDetailedHourSummariesWithRateCodeAndPremiumPayResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedHourSummariesWithRateCodeAndPremiumPayResponse type GetDetailedHourSummariesWithRateCodeAndPremiumPayResult
      • summaries - nillable; type ArrayOfDetailedHourBreakdownBeanWithRateCodeAndPremiumPay - array of type DetailedHourBreakdownBeanWithRateCodeAndPremiumPay - extension of type DetailedHourBreakdownBeanWithRateCode - extension of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
        • rateCode - optional; type string
        • deviceDescription - optional; type string
        • premiumPay - optional; type boolean
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    35. getDetailedTaskList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedTaskList
      Input:
      getDetailedTaskListRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getDetailedTaskListResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedTaskListResponse type GetDetailedTaskListResponse
      • taskList - nillable; type ArrayOfDetailedTask - array of type DetailedTask
        • taskName type string
        • teamName type string
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    36. getDetailedUserHourSummary
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedUserHourSummary
      Input:
      getDetailedUserHourSummaryRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      startDate type dateTime
      endDate type dateTime
      showUserTZFlag type boolean
      Output:
      getDetailedUserHourSummaryResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetDetailedUserHourSummaryResult
      • userHours - optional; type ArrayOfDetailedHourBreakdownBean - array of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    37. getDetailedUserHourSummaryWithRateCode
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedUserHourSummaryWithRateCode
      Input:
      getDetailedUserHourSummaryWithRateCodeRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      startDate type dateTime
      endDate type dateTime
      showUserTZFlag type boolean
      Output:
      getDetailedUserHourSummaryWithRateCodeResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedUserHourSummaryWithRateCodeResponse type GetDetailedUserHourSummaryWithRateCodeResult
      • summaries - nillable; type ArrayOfDetailedHourBreakdownBeanWithRateCode - array of type DetailedHourBreakdownBeanWithRateCode - extension of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
        • rateCode - optional; type string
        • deviceDescription - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    38. getDetailedUserHourSummaryWithRateCodeAndPremiumPay
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getDetailedUserHourSummaryWithRateCodeAndPremiumPay
      Input:
      getDetailedUserHourSummaryWithRateCodeAndPremiumPayRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      startDate type dateTime
      endDate type dateTime
      Output:
      getDetailedUserHourSummaryWithRateCodeAndPremiumPayResponse (wsdlsoap:body, use = encoded)Source code
      getDetailedUserHourSummaryWithRateCodeAndPremiumPayResponse type GetDetailedUserHourSummaryWithRateCodeAndPremiumPayResult
      • summaries - nillable; type ArrayOfDetailedHourBreakdownBeanWithRateCodeAndPremiumPay - array of type DetailedHourBreakdownBeanWithRateCodeAndPremiumPay - extension of type DetailedHourBreakdownBeanWithRateCode - extension of type DetailedHourBreakdownBean
        • userPrimaryKey type string
        • userType type string
        • userName type string
        • deviceID type string
        • dateStart type dateTime
        • dateEnd type dateTime
        • timeZoneOffset type string
        • startEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • endEventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • teamName type string
        • taskName type string
        • subtaskName type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
        • rateCode - optional; type string
        • deviceDescription - optional; type string
        • premiumPay - optional; type boolean
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    39. getFieldDeviceDetail
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getFieldDeviceDetail
      Input:
      getFieldDeviceDetailRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      fieldDevicePK type string
      Output:
      getFieldDeviceDetailResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetFieldDeviceDetailResult
      • fieldDeviceDetail - nillable; type FieldDeviceBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deviceID type string
        • name type string
        • userPK type string
        • description - nillable; type string
        • isDisabled type boolean
        • isDeleted type boolean
        • whenLastUpdated - nillable; type dateTime
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    40. getFieldDeviceDetails
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getFieldDeviceDetails
      Input:
      getFieldDeviceDetailsRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getFieldDeviceDetailsResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetFieldDeviceDetailsResult
      • fieldDeviceDetails - nillable; type ArrayOfFieldDeviceBean - array of type FieldDeviceBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deviceID type string
        • name type string
        • userPK type string
        • description - nillable; type string
        • isDisabled type boolean
        • isDeleted type boolean
        • whenLastUpdated - nillable; type dateTime
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    41. getFieldDeviceDetailsUpdatedSince
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getFieldDeviceDetailsUpdatedSince
      Input:
      getFieldDeviceDetailsUpdatedSinceRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      since type dateTime
      Output:
      getFieldDeviceDetailsUpdatedSinceResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetFieldDeviceDetailsUpdatedSinceResult
      • fieldDeviceDetails - nillable; type ArrayOfFieldDeviceBean - array of type FieldDeviceBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deviceID type string
        • name type string
        • userPK type string
        • description - nillable; type string
        • isDisabled type boolean
        • isDeleted type boolean
        • whenLastUpdated - nillable; type dateTime
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
      • tooManyFailure - nillable; type TooManyFailure
        • limit type int
    42. getFieldDevicePKForDeviceID
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getFieldDevicePKForDeviceID
      Input:
      getFieldDevicePKForDeviceIDRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      deviceID type string
      Output:
      getFieldDevicePKForDeviceIDResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetFieldDevicePKForDeviceIDResult
      • fieldDevicePK - nillable; type string
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    43. getFieldDevicePKForName
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getFieldDevicePKForName
      Input:
      getFieldDevicePKForNameRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      fieldDeviceName type string
      Output:
      getFieldDevicePKForNameResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetFieldDevicePKForNameResult
      • fieldDevicePK - nillable; type string
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    44. getHourSummaries
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getHourSummaries
      Input:
      getHourSummariesRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      startDate type dateTime
      endDate type dateTime
      Output:
      getHourSummariesResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetHourSummariesResult
      • userHours - nillable; type ArrayOfHourBreakdownBean - array of type HourBreakdownBean
        • userPK type string
        • userType type string
        • userName type string
        • deviceID type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    45. getLastUserEvents
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getLastUserEvents
      Input:
      getLastUserEventsRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getLastUserEventsResponse (wsdlsoap:body, use = encoded)Source code
      getLastUserEventsResponse type GetLastUserEventsResult
      • events - nillable; type ArrayOfPositionEventBean - array of type PositionEventBean - extension of type TaskEventBean - extension of type EventBean
        • whenOccured type dateTime
        • eventID - optional; type string
        • eventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • userName - optional; type string
        • deviceID - optional; type string
        • userPK - optional; type string
        • userType - optional; type string
        • updateIndex type int
        • taskName type string
        • latitude type string
        • longitude type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    46. getManagerSummaries
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getManagerSummaries
      Input:
      getManagerSummariesRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getManagerSummariesResponse (wsdlsoap:body, use = encoded)Source code
      getManagerSummariesResponse type GetUserSummariesResult
      • userSummaries - nillable; type ArrayOfUserSummaryBean - array of type UserSummaryBean
        • primaryKey type string
        • name type string
        • description type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    47. getOrganisationDetail
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getOrganisationDetail
      Input:
      getOrganisationDetailRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getOrganisationDetailResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetOrganisationDetailResult
      • organisationDetails - optional; type OrganisationDetailsBean
        • name type string
        • description type string
        • taxNumber - optional; type string
        • taxRate type string
        • accountNumber - optional; type string
        • address1 - optional; type string
        • address2 - optional; type string
        • address3 - optional; type string
        • address4 - optional; type string
        • postCode - optional; type string
        • country type string
        • locale type string
        • contactName type string
        • contactWorkPhone type string
        • contactMobilePhone - optional; type string
        • contactEmailAddress type string
        • externalID - optional; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    48. getOvertimeRulesBean
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getOvertimeRulesBean
      Input:
      getOvertimeRulesBeanRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getOvertimeRulesBeanResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetOvertimeRulesBeanResult
      • overTimeRules - nillable; type ArrayOfOverTimeRuleBean - array of type OverTimeRuleBean
        • userTypeAppliedTo - optional; type string
        • startDate type dateTime
        • endDate - optional; type dateTime
        • includeBreakInTimeWorked type boolean
        • overTimeRule - optional; type OverTimeBean
          • applicable type boolean
          • hoursPerDay - optional; type HoursPeriodBean
            • applicable type boolean
            • hours type int
            • minutes type int
          • hoursPerWeek - optional; type HoursPeriodBean
            • applicable type boolean
            • hours type int
            • minutes type int
        • extraTimeRule - optional; type OverTimeBean
          • applicable type boolean
          • hoursPerDay - optional; type HoursPeriodBean
            • applicable type boolean
            • hours type int
            • minutes type int
          • hoursPerWeek - optional; type HoursPeriodBean
            • applicable type boolean
            • hours type int
            • minutes type int
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    49. getSubtaskList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getSubtaskList
      Input:
      getSubtaskListRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      taskName type string
      Output:
      getSubtaskListResponse (wsdlsoap:body, use = encoded)Source code
      getSubtaskListResponse type GetSubTaskListResult
      • taskList - nillable; type ArrayOfString - array of type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    50. getSubtasksForTaskAndTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getSubtasksForTaskAndTeam
      Input:
      getSubtasksForTaskAndTeamRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      taskName type string
      Output:
      getSubtasksForTaskAndTeamResponse (wsdlsoap:body, use = encoded)Source code
      getSubtasksForTaskAndTeamResponse type GetSubtasksForTaskAndTeamResult
      • subtasks - nillable; type ArrayOfString - array of type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
      • taskNotFoundFailure - optional; type TaskNotFoundFailure
        • task - nillable; type string
    51. getTaskList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getTaskList
      Input:
      getTaskListRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getTaskListResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetTaskListResult
      • taskList - nillable; type ArrayOfString - array of type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    52. getTaskTypeSequenceForUser
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getTaskTypeSequenceForUser
      Input:
      getTaskTypeSequenceForUserRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      Output:
      getTaskTypeSequenceForUserResponse (wsdlsoap:body, use = encoded)Source code
      getTaskTypeSequenceForUserResponse type GetTaskTypeSequenceForUserResponse
      • tasks - nillable; type ArrayOfTaskSubtaskBean - array of type TaskSubtaskBean
        • task type DetailedTask
          • taskName type string
          • teamName type string
          • customFieldArray type ArrayOfCustomField - array of type CustomField
            • name - optional; type string
            • value - optional; type string
        • subtasks type ArrayOfString - array of type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
    53. getTasksForTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getTasksForTeam
      Input:
      getTasksForTeamRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      Output:
      getTasksForTeamResponse (wsdlsoap:body, use = encoded)Source code
      getTasksForTeamResponse type GetTasksForTeamResult
      • tasks - nillable; type ArrayOfString - array of type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
    54. getTeamList
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getTeamList
      Input:
      getTeamListRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getTeamListResponse (wsdlsoap:body, use = encoded)Source code
      getTeamListResponse type GetTeamListResponse
      • teamList - nillable; type ArrayOfString - array of type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    55. getUnsynchronisedUserEvents
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUnsynchronisedUserEvents
      Input:
      getUnsynchronisedUserEventsRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      synchronisationID type string
      endDate type dateTime
      Output:
      getUnsynchronisedUserEventsResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUnsynchronisedUserEventsResult
      • events - nillable; type ArrayOfTaskEventBean - array of type TaskEventBean - extension of type EventBean
        • whenOccured type dateTime
        • eventID - optional; type string
        • eventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • userName - optional; type string
        • deviceID - optional; type string
        • userPK - optional; type string
        • userType - optional; type string
        • updateIndex type int
        • taskName type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    56. getUnsynchronisedUsers
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUnsynchronisedUsers
      Input:
      getUnsynchronisedUsersRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      synchronisationID type string
      createdOnOrAfter type dateTime
      Output:
      getUnsynchronisedUsersResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUnsynchronisedUsersResult
      • users - nillable; type ArrayOfUserBean - array of type UserBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deleted type boolean
        • loginID type string
        • name type string
        • teams - nillable; type ArrayOfString - array of type string
        • timezone type string
        • userTypePK type string
        • description - nillable; type string
        • emailAddress - nillable; type string
        • phoneNumber - nillable; type string
        • faxNumber - nillable; type string
        • pagerNumber - nillable; type string
        • mobileNumber - nillable; type string
        • securityQuestion - nillable; type string
        • securityAnswer - nillable; type string
        • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
          • synchronisationID type string
          • updateIndex type int
          • synchronisationReference - nillable; type string
          • synchronisationData - nillable; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    57. getUserDetail
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserDetail
      Input:
      getUserDetailRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      Output:
      getUserDetailResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUserDetailResult
      • userDetails - optional; type UserBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deleted type boolean
        • loginID type string
        • name type string
        • teams - nillable; type ArrayOfString - array of type string
        • timezone type string
        • userTypePK type string
        • description - nillable; type string
        • emailAddress - nillable; type string
        • phoneNumber - nillable; type string
        • faxNumber - nillable; type string
        • pagerNumber - nillable; type string
        • mobileNumber - nillable; type string
        • securityQuestion - nillable; type string
        • securityAnswer - nillable; type string
        • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
          • synchronisationID type string
          • updateIndex type int
          • synchronisationReference - nillable; type string
          • synchronisationData - nillable; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    58. getUserDetailByLoginID
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserDetailByLoginID
      Input:
      getUserDetailByLoginIDRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      loginID type string
      Output:
      getUserDetailByLoginIDResponse (wsdlsoap:body, use = encoded)Source code
      getUserDetailByLoginIDResponse type GetUserDetailResult
      • userDetails - optional; type UserBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deleted type boolean
        • loginID type string
        • name type string
        • teams - nillable; type ArrayOfString - array of type string
        • timezone type string
        • userTypePK type string
        • description - nillable; type string
        • emailAddress - nillable; type string
        • phoneNumber - nillable; type string
        • faxNumber - nillable; type string
        • pagerNumber - nillable; type string
        • mobileNumber - nillable; type string
        • securityQuestion - nillable; type string
        • securityAnswer - nillable; type string
        • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
          • synchronisationID type string
          • updateIndex type int
          • synchronisationReference - nillable; type string
          • synchronisationData - nillable; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    59. getUserDetails
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserDetails
      Input:
      getUserDetailsRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getUserDetailsResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUserDetailsResult
      • userDetails - nillable; type ArrayOfUserBean - array of type UserBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deleted type boolean
        • loginID type string
        • name type string
        • teams - nillable; type ArrayOfString - array of type string
        • timezone type string
        • userTypePK type string
        • description - nillable; type string
        • emailAddress - nillable; type string
        • phoneNumber - nillable; type string
        • faxNumber - nillable; type string
        • pagerNumber - nillable; type string
        • mobileNumber - nillable; type string
        • securityQuestion - nillable; type string
        • securityAnswer - nillable; type string
        • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
          • synchronisationID type string
          • updateIndex type int
          • synchronisationReference - nillable; type string
          • synchronisationData - nillable; type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    60. getUserEvents
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserEvents
      Input:
      getUserEventsRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPrimaryKey type string
      startDate type dateTime
      endDate type dateTime
      Output:
      getUserEventsResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUserEventsResult
      • events - nillable; type ArrayOfEventBean - array of type EventBean
        • whenOccured type dateTime
        • eventID - optional; type string
        • eventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • userName - optional; type string
        • deviceID - optional; type string
        • userPK - optional; type string
        • userType - optional; type string
        • updateIndex type int
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    61. getUserEventsBySynchronisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserEventsBySynchronisation
      Input:
      getUserEventsBySynchronisationRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      synchronisationID type string
      synchronisationReference type string
      afterPK type string
      Output:
      getUserEventsBySynchronisationResponse (wsdlsoap:body, use = encoded)Source code
      getUserEventsBySynchronisationReturn type GetUserEventsBySynchronisationResult
      • events - nillable; type ArrayOfEventBean - array of type EventBean
        • whenOccured type dateTime
        • eventID - optional; type string
        • eventType type EventType - type string with restriction - enum { 'CLOCK_IN', 'CLOCK_OUT', 'TASK_START', 'TASK_END', 'BREAK_START', 'BREAK_END' }
        • userName - optional; type string
        • deviceID - optional; type string
        • userPK - optional; type string
        • userType - optional; type string
        • updateIndex type int
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    62. getUserGPS
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserGPS
      Input:
      getUserGPSRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      startDate type dateTime
      endDate type dateTime
      Output:
      getUserGPSResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUserGPSResult
      • userGPSInfo - nillable; type ArrayOfDetailedGPSInfoBean - array of type DetailedGPSInfoBean
        • deviceID type string
        • latitude type string
        • longitude type string
        • speed type string
        • direction type string
        • whenFixTime type dateTime
        • event type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    63. getUserHoursSummary
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserHoursSummary
      Input:
      getUserHoursSummaryRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      userPK type string
      startDate type dateTime
      endDate type dateTime
      Output:
      getUserHoursSummaryResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUserHoursSummaryResult
      • userHours - optional; type HourBreakdownBean
        • userPK type string
        • userType type string
        • userName type string
        • deviceID type string
        • normalHours type int
        • normalMinutes type int
        • normalSeconds type int
        • overTimeHours type int
        • overTimeMinutes type int
        • overTimeSeconds type int
        • extraHours type int
        • extraMinutes type int
        • extraSeconds type int
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • validationFailure - optional; type ValidationFailure
        • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
          • property type string
          • errors type ArrayOfErrorBean - array of type ErrorBean
            • key type string
            • values type ArrayOfString - array of type string
    64. getUserSummaries
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserSummaries
      Input:
      getUserSummariesRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getUserSummariesResponse (wsdlsoap:body, use = encoded)Source code
      getUserSummariesResponse type GetUserSummariesResult
      • userSummaries - nillable; type ArrayOfUserSummaryBean - array of type UserSummaryBean
        • primaryKey type string
        • name type string
        • description type string
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    65. getUserTypes
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUserTypes
      Input:
      getUserTypesRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      Output:
      getUserTypesResponse (wsdlsoap:body, use = encoded)Source code
      parameters type GetUserTypesResult
      • userTypes - nillable; type ArrayOfUserTypeBean - array of type UserTypeBean
        • primaryKey type string
        • description - optional; type string
        • deleted type boolean
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    66. getUsersBySynchronisation
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/getUsersBySynchronisation
      Input:
      getUsersBySynchronisationRequest (wsdlsoap:body, use = encoded)Source code
      userID type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      synchronisationID type string
      synchronisationReference type string
      afterPK type string
      Output:
      getUsersBySynchronisationResponse (wsdlsoap:body, use = encoded)Source code
      getUsersBySynchronisationReturn type GetUsersBySynchronisationResult
      • users - nillable; type ArrayOfUserBean - array of type UserBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deleted type boolean
        • loginID type string
        • name type string
        • teams - nillable; type ArrayOfString - array of type string
        • timezone type string
        • userTypePK type string
        • description - nillable; type string
        • emailAddress - nillable; type string
        • phoneNumber - nillable; type string
        • faxNumber - nillable; type string
        • pagerNumber - nillable; type string
        • mobileNumber - nillable; type string
        • securityQuestion - nillable; type string
        • securityAnswer - nillable; type string
        • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
          • synchronisationID type string
          • updateIndex type int
          • synchronisationReference - nillable; type string
          • synchronisationData - nillable; type string
      • accessDeniedFailure - nillable; type AccessDeniedFailure
        • permissionArea type string
    67. removeTask
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/removeTask
      Input:
      removeTaskRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      taskName type string
      Output:
      removeTaskResponse (wsdlsoap:body, use = encoded)Source code
      parameters type RemoveTaskResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
    68. removeUserFromTeam
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://nads.econz.co.nz/timecard1/removeUserFromTeam
      Input:
      removeUserFromTeamRequest (wsdlsoap:body, use = encoded)Source code
      userBean type UserIDBean
      • password type string
      • userName type string
      • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
      teamName type string
      userPK type string
      Output:
      removeUserFromTeamResponse (wsdlsoap:body, use = encoded)Source code
      parameters type RemoveUserFromTeamResult
      • accessDeniedFailure - optional; type AccessDeniedFailure
        • permissionArea type string
      • teamNotFoundFailure - optional; type TeamNotFoundFailure
        • teamName - nillable; type string
      • userNotFoundFailure - optional; type UserNotFoundFailure
        • userPK - nillable; type string
      • userNotInTeamFailure - optional; type UserNotInTeamFailure
        • cannotRemoveTeamLeaderFailure - optional; type CannotRemoveTeamLeaderFailure
      • renameTask
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/renameTask
        Input:
        renameTaskRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        oldTaskName type string
        newTaskName type string
        Output:
        renameTaskResponse (wsdlsoap:body, use = encoded)Source code
        renameTaskResponse type UpdateTaskResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
      • sendMessageToTeam
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/sendMessageToTeam
        Input:
        sendMessageToTeamRequest (wsdlsoap:body, use = encoded)Source code
        userBean type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        teamName type string
        message type string
        Output:
        sendMessageToTeamResponse (wsdlsoap:body, use = encoded)Source code
        parameters type SendMessageToTeamResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • teamNotFoundFailure - optional; type TeamNotFoundFailure
          • teamName - nillable; type string
      • sendMessageToUser
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/sendMessageToUser
        Input:
        sendMessageToUserRequest (wsdlsoap:body, use = encoded)Source code
        userBean type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        userPK type string
        message type string
        Output:
        sendMessageToUserResponse (wsdlsoap:body, use = encoded)Source code
        parameters type SendMessageToUserResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • fieldDeviceNotFoundFailure - nillable; type FieldDeviceNotFoundFailure
          • fieldDevicePK - optional; type string
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
      • setFieldWorkerUnionCode
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/setFieldWorkerUnionCode
        Input:
        setFieldWorkerUnionCodeRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        userPK type string
        unionCode type string
        Output:
        setFieldWorkerUnionCodeResponse (wsdlsoap:body, use = encoded)Source code
        setFieldWorkerUnionCodeResponse type SetFieldWorkerUnionCodeResponse
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • userNotFoundFailure - optional; type UserNotFoundFailure
          • userPK - nillable; type string
        • unionCodeFailure - optional; type UnionCodeNotFoundFailure
          • unionCode type string
      • updateFieldDevice
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateFieldDevice
        Input:
        updateFieldDeviceRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        fieldDevice type FieldDeviceBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deviceID type string
        • name type string
        • userPK type string
        • description - nillable; type string
        • isDisabled type boolean
        • isDeleted type boolean
        • whenLastUpdated - nillable; type dateTime
        Output:
        updateFieldDeviceResponse (wsdlsoap:body, use = encoded)Source code
        parameters type UpdateFieldDeviceResult
        • updateIndex type int
        • accessDeniedFailure - nillable; type AccessDeniedFailure
          • permissionArea type string
        • fieldDeviceNotFoundFailure - nillable; type FieldDeviceNotFoundFailure
          • fieldDevicePK - optional; type string
        • validationFailure - nillable; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
        • concurrentUpdateFailure - nillable; type ConcurrentUpdateFailure
          • source type ConcurrentUpdateSource - type string with restriction - enum { 'CUSTOMER', 'FIELD_DEVICE', 'JOB', 'ORGANISATION', 'USER' }
          • serverUpdateIndex type int
          • requestUpdateIndex type int
      • updateOrganisationDetail
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateOrganisationDetail
        Input:
        updateOrganisationDetailRequest (wsdlsoap:body, use = encoded)Source code
        userBean type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        organisationDetails type OrganisationDetailsBean
        • name type string
        • description type string
        • taxNumber - optional; type string
        • taxRate type string
        • accountNumber - optional; type string
        • address1 - optional; type string
        • address2 - optional; type string
        • address3 - optional; type string
        • address4 - optional; type string
        • postCode - optional; type string
        • country type string
        • locale type string
        • contactName type string
        • contactWorkPhone type string
        • contactMobilePhone - optional; type string
        • contactEmailAddress type string
        • externalID - optional; type string
        Output:
        updateOrganisationDetailResponse (wsdlsoap:body, use = encoded)Source code
        parameters type UpdateOrganisationDetailResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
        • concurrentUpdateFailure - optional; type ConcurrentUpdateFailure
          • source type ConcurrentUpdateSource - type string with restriction - enum { 'CUSTOMER', 'FIELD_DEVICE', 'JOB', 'ORGANISATION', 'USER' }
          • serverUpdateIndex type int
          • requestUpdateIndex type int
      • updateTaskDetails
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateTaskDetails
        Input:
        updateTaskDetailsRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        taskName type string
        taskDetails type DetailedTaskWithAddressAndTime - extension of type DetailedTaskWithAddress - extension of type DetailedTask
        • taskName type string
        • teamName type string
        • customFieldArray type ArrayOfCustomField - array of type CustomField
          • name - optional; type string
          • value - optional; type string
        • address1 type string
        • address2 type string
        • city type string
        • state type string
        • postCode - nillable; type string
        • country - nillable; type string
        • start - nillable; type dateTime
        • end - nillable; type dateTime
        Output:
        updateTaskDetailsResponse (wsdlsoap:body, use = encoded)Source code
        updateTaskDetailsResponse type UpdateTaskResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
      • updateTaskManager
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateTaskManager
        Input:
        updateTaskManagerRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        taskName type string
        managerID type string
        Output:
        updateTaskManagerResponse (wsdlsoap:body, use = encoded)Source code
        updateTaskManagerResponse type UpdateTaskResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
      • updateTaskStartEnd
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateTaskStartEnd
        Input:
        updateTaskStartEndRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        taskName type string
        start type dateTime
        end type dateTime
        Output:
        updateTaskStartEndResponse (wsdlsoap:body, use = encoded)Source code
        updateTaskStartEndResponse type UpdateTaskResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • validationFailure - optional; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
      • updateUser
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateUser
        Input:
        updateUserRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        user type UserBean
        • primaryKey - nillable; type string
        • updateIndex type int
        • deleted type boolean
        • loginID type string
        • name type string
        • teams - nillable; type ArrayOfString - array of type string
        • timezone type string
        • userTypePK type string
        • description - nillable; type string
        • emailAddress - nillable; type string
        • phoneNumber - nillable; type string
        • faxNumber - nillable; type string
        • pagerNumber - nillable; type string
        • mobileNumber - nillable; type string
        • securityQuestion - nillable; type string
        • securityAnswer - nillable; type string
        • synchronisation - nillable; type ArrayOfSynchronisationBean - array of type SynchronisationBean
          • synchronisationID type string
          • updateIndex type int
          • synchronisationReference - nillable; type string
          • synchronisationData - nillable; type string
        Output:
        updateUserResponse (wsdlsoap:body, use = encoded)Source code
        parameters type UpdateUserResult
        • updateIndex type int
        • accessDeniedFailure - nillable; type AccessDeniedFailure
          • permissionArea type string
        • userNotFoundFailure - nillable; type UserNotFoundFailure
          • userPK - nillable; type string
        • validationFailure - nillable; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
        • concurrentUpdateFailure - nillable; type ConcurrentUpdateFailure
          • source type ConcurrentUpdateSource - type string with restriction - enum { 'CUSTOMER', 'FIELD_DEVICE', 'JOB', 'ORGANISATION', 'USER' }
          • serverUpdateIndex type int
          • requestUpdateIndex type int
      • updateUserPassword
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/updateUserPassword
        Input:
        updateUserPasswordRequest (wsdlsoap:body, use = encoded)Source code
        userID type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        userPK type string
        oldPassword type string
        newPassword type string
        Output:
        updateUserPasswordResponse (wsdlsoap:body, use = encoded)Source code
        parameters type UpdateUserPasswordResult
        • updateIndex type int
        • accessDeniedFailure - nillable; type AccessDeniedFailure
          • permissionArea type string
        • userNotFoundFailure - nillable; type UserNotFoundFailure
          • userPK - nillable; type string
        • validationFailure - nillable; type ValidationFailure
          • errors - optional; type ArrayOfErrorsBean - array of type ErrorsBean
            • property type string
            • errors type ArrayOfErrorBean - array of type ErrorBean
              • key type string
              • values type ArrayOfString - array of type string
      • wakeFieldDevice
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/wakeFieldDevice
        Input:
        wakeFieldDeviceRequest (wsdlsoap:body, use = encoded)Source code
        userBean type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        userPK type string
        Output:
        wakeFieldDeviceResponse (wsdlsoap:body, use = encoded)Source code
        parameters type WakeFieldDeviceResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • fieldDeviceNotFoundFailure - nillable; type FieldDeviceNotFoundFailure
          • fieldDevicePK - optional; type string
      • wakeTeamFieldDevices
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        SOAP action:
        http://nads.econz.co.nz/timecard1/wakeTeamFieldDevices
        Input:
        wakeTeamFieldDevicesRequest (wsdlsoap:body, use = encoded)Source code
        userBean type UserIDBean
        • password type string
        • userName type string
        • version type NADSWebserviceVersion - type string with restriction - enum { 'VERSION_2', 'VERSION_3', 'NADS_VERSION_2_1', 'NADS_VERSION_3_1', 'TIMECARD_VERSION_1' }
        teamName type string
        Output:
        wakeTeamFieldDevicesResponse (wsdlsoap:body, use = encoded)Source code
        parameters type WakeTeamFieldDevicesResult
        • accessDeniedFailure - optional; type AccessDeniedFailure
          • permissionArea type string
        • teamNotFoundFailure - optional; type TeamNotFoundFailure
          • teamName - nillable; type string

    WSDL source code

    <?xml version="1.0"?>
    <wsdl:definitions targetNamespace="http://nads.econz.co.nz/timecard1/"
    xmlns:apachesoap="http://xml.apache.org/xml-soap"
    xmlns:impl="http://nads.econz.co.nz/timecard1/"
    xmlns:intf="http://nads.econz.co.nz/timecard1/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:tns1="http://soap2.nads.econz.co.nz"
    xmlns:tns2="http://auth.soap.econz.co.nz"
    xmlns:tns3="http://soap.econz.co.nz"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    >
    <!-- WSDL created by Apache Axis version: 1.2.1 Built on Jul 28, 2017 (12:47:58 NZST) -->
    <wsdl:types>
    <schema targetNamespace="http://soap2.nads.econz.co.nz"></schema>
    <schema targetNamespace="http://nads.econz.co.nz/timecard1/"></schema>
    </wsdl:types>
    <wsdl:portType name="timecard1Soap"></wsdl:portType>
    <wsdl:binding name="timecard1SoapSoapBinding" type="impl:timecard1Soap"></wsdl:binding>
    </wsdl:definitions>

    About wsdl-viewer.xsl

    This document was generated by Saxonica XSLT engine. The engine processed the WSDL in XSLT 2.0 compliant mode.
    This page has been generated by wsdl-viewer.xsl, version 3.1.01
    Author: tomi vanek
    Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.

    The transformation was inspired by the article
    Uche Ogbuji: WSDL processing with XSLT