Details of a NewHire
Gets the details of a NewHire
For valid values of include
array, see REST API docs.
// Get standalone record
const hire = await ft.newHires.get(6000053372);
// Include branch and team in response
const hireIncludes = await ft.newHires.get(6000053372, ["branch", "team"]);
Identifier of the NewHire
Update a NewHire
Identifier of the NewHire
NewHire details
Generated using TypeDoc
Creates a NewHire