Create a new employee using its code as a unique identifier on the specified business unit.
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
The employee.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "code": "01-CHARLES, C",
- "businessUnitCode": "manager",
- "id": "a16e9d88-2781-4798-a7dd-f418ad3fccf6",
- "payClass": "MECHV-(HWI-4217)",
- "phone": "882-838-8366",
- "accountingCode": "Z193",
- "address": "99 Ciprianni Blvd",
- "address2": "#123",
- "city": "Da Nng",
- "state": "AR",
- "zipCode": "444-DDD",
- "isForeman": true,
- "isActive": true,
- "isSalaried": true,
- "department": "Supers",
- "costType": "Labor",
- "earnCode": "Earn",
- "crew": "rate03",
- "unionCode": "ACLU",
- "division": "trade-zz",
- "salary": 20.5,
- "generalLedgerAccount": "GL Acct",
- "taxCode": "Tax Code",
- "type": "Type",
- "isDiscontinued": false,
- "supervisor": "CARP, M",
- "defaultEquipment": "loader-01",
- "company": "Bob JV",
- "mobilePhone": "867-5309",
- "email": "charles@company.com",
- "lastName": "Clark",
- "firstName": "Charles",
- "suffix": "M",
- "middleInitial": "default",
- "accountingTemplateName": "1",
- "payRateLevel": "R",
- "payType": "CARP",
- "trade": null,
- "viewExclusions": [
- "timeCard"
]
}
Returns a list of employees for the specified business unit code and accounting template.
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "code": "01-CHARLES, C",
- "businessUnitCode": "manager",
- "id": "a16e9d88-2781-4798-a7dd-f418ad3fccf6",
- "payClass": "MECHV-(HWI-4217)",
- "phone": "882-838-8366",
- "accountingCode": "Z193",
- "address": "99 Ciprianni Blvd",
- "address2": "#123",
- "city": "Da Nng",
- "state": "AR",
- "zipCode": "444-DDD",
- "isForeman": true,
- "isActive": true,
- "isSalaried": true,
- "department": "Supers",
- "costType": "Labor",
- "earnCode": "Earn",
- "crew": "rate03",
- "unionCode": "ACLU",
- "division": "trade-zz",
- "salary": 20.5,
- "generalLedgerAccount": "GL Acct",
- "taxCode": "Tax Code",
- "type": "Type",
- "isDiscontinued": false,
- "supervisor": "CARP, M",
- "defaultEquipment": "loader-01",
- "company": "Bob JV",
- "mobilePhone": "867-5309",
- "email": "charles@company.com",
- "lastName": "Clark",
- "firstName": "Charles",
- "suffix": "M",
- "middleInitial": "default",
- "accountingTemplateName": "1",
- "payRateLevel": "R",
- "payType": "CARP",
- "trade": null,
- "viewExclusions": [
- "timeCard"
]
}
]
After the result of this operation, the server entity will match exactly what is sent here. (i.e., excluded fields will be interpreted as "not needed" and deleted from the server)
For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens
The employee.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "code": "01-CHARLES, C",
- "businessUnitCode": "manager",
- "id": "a16e9d88-2781-4798-a7dd-f418ad3fccf6",
- "payClass": "MECHV-(HWI-4217)",
- "phone": "882-838-8366",
- "accountingCode": "Z193",
- "address": "99 Ciprianni Blvd",
- "address2": "#123",
- "city": "Da Nng",
- "state": "AR",
- "zipCode": "444-DDD",
- "isForeman": true,
- "isActive": true,
- "isSalaried": true,
- "department": "Supers",
- "costType": "Labor",
- "earnCode": "Earn",
- "crew": "rate03",
- "unionCode": "ACLU",
- "division": "trade-zz",
- "salary": 20.5,
- "generalLedgerAccount": "GL Acct",
- "taxCode": "Tax Code",
- "type": "Type",
- "isDiscontinued": false,
- "supervisor": "CARP, M",
- "defaultEquipment": "loader-01",
- "company": "Bob JV",
- "mobilePhone": "867-5309",
- "email": "charles@company.com",
- "lastName": "Clark",
- "firstName": "Charles",
- "suffix": "M",
- "middleInitial": "default",
- "accountingTemplateName": "1",
- "payRateLevel": "R",
- "payType": "CARP",
- "trade": null,
- "viewExclusions": [
- "timeCard"
]
}