POST Workers/Worker?validateOnly={validateOnly}
Add worker
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
Worker data
WorkerDTOName | Description | Type | Additional information |
---|---|---|---|
WorkerID |
The unique identifier for the Worker record (maps to EntityID). |
integer |
None. |
Area |
The Area of the Worker record. Input from code table entries where TableName is "Areas", (). |
string |
None. |
Name |
The full name of the Worker record, |
NameDTO |
None. |
Addresses |
The full address of the Worker record, |
AddressesDTO |
None. |
BusinessUnits |
The list of Business units attached to the Worker record, |
Collection of WorkerBusinessUnitDTO |
None. |
Groups |
The list of Groups attached to the Worker record, |
Collection of WorkerGroupDTO |
None. |
Notifications |
The list of Notifications attached to the Worker record, |
Collection of WorkerNotificationDTO |
None. |
CommunicationMethods |
The list of Communication Methods attached to the Worker record, |
CommunicationMethodsDTO |
None. |
Extensions |
The list of Form Data Extensions attached to the Worker record, |
Collection of FormDataExtensionDto |
None. |
JobTitle |
The Job Title of the Worker record. Input from code table entries where TableName is "Job Titles", (). |
string |
None. |
MaritalStatus |
The Marital Status of the Worker record. Input from code table entries where TableName is "Marital Statuses", (). |
string |
None. |
Gender |
The Gender of the Worker record. Input from code table entries where TableName is "Genders", (). |
string |
None. |
BirthDate |
The Birth Date of the Worker record. |
date |
None. |
BirthMonth |
The Birth Month of the Worker record. |
byte |
None. |
BirthDay |
The Birth Day of the Worker record. |
byte |
None. |
IsBirthDateEstimated |
Is the Worker Birth Date an Estimated value. |
boolean |
None. |
TZIDEntryID |
The Timezone (TZID) for the Worker record. Input from code table entries where TableName is "Timezones (TZID)", (). |
integer |
None. |
WindowsTZEntryID |
The Windows Timezone for the Worker record. |
integer |
None. |
Props |
A collection of additional properties for the Worker record. |
Collection of Object |
None. |
Comments |
Comments associated with the Worker record. |
string |
None. |
RecordState |
The Record state of the Worker record. . |
RecordState |
None. |
Created |
The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly. |
AuditDataDTO |
None. |
LastUpdated |
The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly. |
AuditDataDTO |
None. |
Summary |
This field is read-only and is automatically set from the summary of the Workers name. |
string |
None. |
ImageExists |
This field is read-only and is derived from the existence of the ImageEntityFileID. |
boolean |
None. |
ImageEntityFileID |
The unique identifier for the Worker records Entity File of type EntityImage |
integer |
None. |
ImageEntityFileKey |
An encrypted representation of the Worker records ImageEntityFileID |
string |
None. |
ImageEntityFileDateUtc |
This field is derived from the FileDate of the Entity Image file associated with the Worker record. This field is read-only |
date |
None. |
ImageEntityFileLastUpdatedDateUtc |
This field is derived from the LastUpdateDateUtc of the Entity Image file associated with the Worker record. This field is read-only |
date |
None. |
PartialData |
The value of the PartialData used as the criteria when requesting the Worker record. |
PartialDataType |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |