Unique identifier and is automatically generated by Aimsio system. This is only used to update existing object
Unique identifier, visible to end users. Required for creating or updating an object
The GUID of an existing labour billable item in Aimsio. Either employeeTradeGuid
or employeeTradeCode
is required
The code of an existing labour billable item in Aimsio. Either employeeTradeGuid
or employeeTradeCode
is required
Required if the account has Timecards module.
Read-only schema used in GET requests to display object's custom fields data. For POST requests, refer to CustomFieldDataList
{ "employeeGuid": "string", "employeeCode": "string", "employmentType": "DIRECT_HIRE", "employeeStatusUname": "active_employee_status", "employeeFirstName": "string", "employeeLastName": "string", "employeeNickName": "string", "employeeTradeGuid": "string", "employeeTradeCode": "string", "employmentHireDate": 0, "employmentTerminationDate": 0, "employmentReHireDate": 0, "employeeAddress": "string", "employeePhone": "string", "employeeEmail": "string", "employeeNotes": "string", "employeeLinkedUserGuid": "string", "employeeLinkedUserName": "string", "employeePayrollTypeName": "string", "employeePayrollUnionName": "string", "employeePayrollHolidayEligibility": "PER_UNION", "employeeAverageDayPay": 0, "employeeHolidayHoursTopUp": 0, "employeeCreatedAt": 0, "employeeUpdatedAt": 0, "employeeFormData": { "formDataFormTypeUname": "string", "formDataGuid": "string", "formDataFieldDataList": [ … ] } }