List all employees
Returns a list of employees.
NOTE: QuickBooks Desktop does not support pagination for employees; hence, there is no cursor parameter. Users typically have few employees.
Query parameters
Filter for specific employees by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific employees by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "80000001-1234567890" ]
Filter for specific employees by their name(s), case-insensitive. Like id, name is a unique identifier for an employee.
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific employees by their name(s), case-insensitive. Like id, name is a unique identifier for an employee.
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "John Doe" ]
The maximum number of objects to return.
IMPORTANT: QuickBooks Desktop does not support cursor-based pagination for employees. This parameter will limit the response size, but you cannot fetch subsequent results using a cursor. For pagination, use the name-range parameters instead (e.g., nameFrom=A&nameTo=B).
When this parameter is omitted, the endpoint returns all employees without limit, unlike paginated endpoints which default to 150 records. This is acceptable because employees typically have low record counts.
The maximum number of objects to return.
IMPORTANT: QuickBooks Desktop does not support cursor-based pagination for employees. This parameter will limit the response size, but you cannot fetch subsequent results using a cursor. For pagination, use the name-range parameters instead (e.g., nameFrom=A&nameTo=B).
When this parameter is omitted, the endpoint returns all employees without limit, unlike paginated endpoints which default to 150 records. This is acceptable because employees typically have low record counts.
Filter for employees that are active, inactive, or both.
Filter for employees that are active, inactive, or both.
Filter for employees updated on or after this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for employees updated on or after this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for employees updated on or before this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for employees updated on or before this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for employees whose name contains this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameStartsWith or nameEndsWith.
Filter for employees whose name contains this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameStartsWith or nameEndsWith.
Filter for employees whose name starts with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameEndsWith.
Filter for employees whose name starts with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameEndsWith.
Filter for employees whose name ends with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameStartsWith.
Filter for employees whose name ends with this substring, case-insensitive.
NOTE: If you use this parameter, you cannot also use nameContains or nameStartsWith.
Filter for employees whose name is alphabetically greater than or equal to this value.
Filter for employees whose name is alphabetically greater than or equal to this value.
Filter for employees whose name is alphabetically less than or equal to this value.
Filter for employees whose name is alphabetically less than or equal to this value.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns a list of employees.
Example response
{
"objectType": "list",
"url": "/v1/quickbooks-desktop/employees",
"data": [
{
"id": "80000001-1234567890",
"objectType": "qbd_employee",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "John Doe",
"isActive": true,
"salutation": "Dr.",
"firstName": "John",
"middleName": "A.",
"lastName": "Doe",
"jobTitle": "Purchasing Manager",
"supervisor": {
"id": "80000001-1234567890",
"fullName": "John Doe"
},
"department": "Sales",
"description": "This employee is a key employee.",
"targetBonus": "10000.00",
"address": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States"
},
"printAs": "John Doe",
"phone": "+1-555-123-4567",
"mobile": "+1-555-555-1212",
"pager": "+1-555-555-1212",
"pagerPin": "1234",
"alternatePhone": "+1-555-987-6543",
"fax": "+1-555-555-1212",
"ssn": "123-45-6789",
"email": "employee@example.com",
"customContactFields": [
{
"name": "Main Phone",
"value": "555-123-4567"
}
],
"emergencyContact": {
"primaryContact": {
"name": "Main Phone",
"value": "555-123-4567",
"relation": "spouse"
},
"secondaryContact": {
"name": "Main Phone",
"value": "555-123-4567",
"relation": "spouse"
}
},
"employeeType": "regular",
"employmentStatus": "full_time",
"overtimeExemptStatus": "exempt",
"keyEmployeeStatus": "key_employee",
"gender": "male",
"hiredDate": "2024-01-01",
"originalHireDate": "2024-01-01",
"adjustedServiceDate": "2024-01-01",
"terminationDate": "2024-01-01",
"birthDate": "1990-01-01",
"usCitizenshipStatus": "citizen",
"ethnicity": "asian",
"disabilityStatus": "disabled",
"disabilityDescription": "Cerebral Palsy",
"i9OnFileStatus": "on_file",
"workAuthorizationExpirationDate": "2024-01-01",
"usVeteranStatus": "veteran",
"militaryStatus": "active",
"accountNumber": "1010",
"note": "This employee is a key employee.",
"additionalNotes": [
{
"id": 1,
"date": "2024-01-01",
"note": "This is a fun note."
}
],
"billingRate": {
"id": "80000001-1234567890",
"fullName": "Standard Rate"
},
"employeePayroll": {
"payPeriod": "weekly",
"class": {
"id": "80000001-1234567890",
"fullName": "Payroll"
},
"earnings": [
{
"payrollWageItem": {
"id": "80000001-1234567890",
"fullName": "Regular Pay"
},
"rate": "10.00",
"ratePercent": "10.5"
}
],
"useTimeDataToCreatePaychecks": "uses_time_data",
"sickHours": {
"hoursAvailable": "PT8H30M",
"accrualPeriod": "accrues_per_paycheck",
"hoursAccruedPerPeriod": "PT8H0M",
"maximumHours": "PT80H0M",
"hoursUsed": "PT2H45M",
"accrualStartDate": "2024-01-01"
},
"vacationHours": {
"hoursAvailable": "PT8H30M",
"accrualPeriod": "accrues_per_paycheck",
"hoursAccruedPerPeriod": "PT8H0M",
"maximumHours": "PT80H0M",
"hoursUsed": "PT2H45M",
"accrualStartDate": "2024-01-01"
}
},
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
]
}Changes
Changed in 5 of the 46 revisions of this API.14140145
- ▲
for the
queryrequest parameterstatus, default valueactivewas addedrequest-parameter-default-value-added
- ▲
- ▲
for the
queryrequest parameterstatus, default valueactivewas removedrequest-parameter-default-value-removed
- ▲
- ▲
response property
data/items/accountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/additionalNotes/items/datelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/adjustedServiceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/alternatePhonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/birthDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/customContactFields/items/valuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/departmentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/disabilityDescriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/disabilityStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/emaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/employeeTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/employmentStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/ethnicitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/faxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/firstNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/genderlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/hiredDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/i9OnFileStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/jobTitlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/keyEmployeeStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/lastNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/middleNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/militaryStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/mobilelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/notelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/originalHireDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/overtimeExemptStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/pagerlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/pagerPinlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/phonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/printAslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/salutationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/ssnlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/targetBonuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/terminationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/usCitizenshipStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/usVeteranStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/workAuthorizationExpirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/billingRateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/supervisorresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/billingRate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/billingRate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/supervisor/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/supervisor/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_emergency_contact_setsubschema #2to thedata/items/emergencyContactresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_employee_addresssubschema #2to thedata/items/addressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_employee_payroll_infosubschema #2to thedata/items/employeePayrollresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/billingRateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/supervisorresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
activeenum value from thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
american_indianenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
asianenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
blackenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
citizenenum value from thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
disabledenum value from thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
exemptenum value from thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
femaleenum value from thedata/items/genderresponse property for the response status200response-property-enum-value-removed
- ○
removed the
full_timeenum value from thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
hawaiianenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
hispanicenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
key_employeeenum value from thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
maleenum value from thedata/items/genderresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_citizenenum value from thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_disabledenum value from thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_exemptenum value from thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_key_employeeenum value from thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_veteranenum value from thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_on_fileenum value from thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
officerenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
on_fileenum value from thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ownerenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
part_timeenum value from thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
regularenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
reserveenum value from thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
statutoryenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
two_or_more_racesenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/genderresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
veteranenum value from thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
whiteenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_emergency_contact_setsubschema #2from thedata/items/emergencyContactresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_employee_addresssubschema #2from thedata/items/addressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_employee_payroll_infosubschema #2from thedata/items/employeePayrollresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
data/items/accountNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/additionalNotes/items/datebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/adjustedServiceDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/alternatePhonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/billingRatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/birthDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/customContactFields/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/departmentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/disabilityDescriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/disabilityStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/emailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/employeeTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/employmentStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/ethnicitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/faxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/firstNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/genderbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/hiredDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/i9OnFileStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/jobTitlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/keyEmployeeStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/lastNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/middleNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/militaryStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/mobilebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/notebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/originalHireDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/overtimeExemptStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/pagerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/pagerPinbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/phonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/printAsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/salutationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/ssnbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/supervisorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/targetBonusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/terminationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/usCitizenshipStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/usVeteranStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/workAuthorizationExpirationDatebecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_emergency_contact_setsubschema #2to thedata/items/emergencyContactresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
qbd_employee_addresssubschema #2to thedata/items/addressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
qbd_employee_payroll_infosubschema #2to thedata/items/employeePayrollresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/billingRateresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/supervisorresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ●
added the new
activeenum value to thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
american_indianenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
asianenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
blackenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
citizenenum value to thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
disabledenum value to thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
exemptenum value to thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
femaleenum value to thedata/items/genderresponse property for the response status200response-property-enum-value-added
- ●
added the new
full_timeenum value to thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
hawaiianenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
hispanicenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
key_employeeenum value to thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
maleenum value to thedata/items/genderresponse property for the response status200response-property-enum-value-added
- ●
added the new
non_citizenenum value to thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
non_disabledenum value to thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
non_exemptenum value to thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
non_key_employeeenum value to thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
non_veteranenum value to thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_on_fileenum value to thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
officerenum value to thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
on_fileenum value to thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
ownerenum value to thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
part_timeenum value to thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
regularenum value to thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
reserveenum value to thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
statutoryenum value to thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
two_or_more_racesenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/genderresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
veteranenum value to thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
whiteenum value to thedata/items/ethnicityresponse property for the response status200response-property-enum-value-added
- ○
removed
qbd_emergency_contact_setsubschema #2from thedata/items/emergencyContactresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
qbd_employee_addresssubschema #2from thedata/items/addressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
qbd_employee_payroll_infosubschema #2from thedata/items/employeePayrollresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/billingRateresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/supervisorresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
data/items/accountNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/additionalNotes/items/datelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/adjustedServiceDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/alternatePhonelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/birthDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/customContactFields/items/valuelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/departmentlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/disabilityDescriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/disabilityStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/emaillist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/employeeTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/employmentStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/ethnicitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/externalIdlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/faxlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/firstNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/genderlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/hiredDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/i9OnFileStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/jobTitlelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/keyEmployeeStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/lastNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/middleNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/militaryStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/mobilelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/notelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/originalHireDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/overtimeExemptStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/pagerlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/pagerPinlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/phonelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/printAslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/salutationlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/ssnlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/targetBonuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/terminationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/usCitizenshipStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/usVeteranStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/workAuthorizationExpirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
added the required property
data/items/billingRate/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/billingRate/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/supervisor/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/supervisor/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
response property
data/items/accountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/additionalNotes/items/datelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/adjustedServiceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/alternatePhonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/birthDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/customContactFields/items/valuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/departmentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/disabilityDescriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/disabilityStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/emaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/employeeTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/employmentStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/ethnicitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/faxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/firstNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/genderlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/hiredDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/i9OnFileStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/jobTitlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/keyEmployeeStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/lastNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/middleNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/militaryStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/mobilelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/notelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/originalHireDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/overtimeExemptStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/pagerlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/pagerPinlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/phonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/printAslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/salutationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/ssnlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/targetBonuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/terminationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/usCitizenshipStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/usVeteranStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/workAuthorizationExpirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/billingRateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/supervisorresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/billingRate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/billingRate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/supervisor/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/supervisor/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_emergency_contact_setsubschema #2to thedata/items/emergencyContactresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_employee_addresssubschema #2to thedata/items/addressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_employee_payroll_infosubschema #2to thedata/items/employeePayrollresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/billingRateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/supervisorresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
activeenum value from thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
american_indianenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
asianenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
blackenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
citizenenum value from thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
disabledenum value from thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
exemptenum value from thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
femaleenum value from thedata/items/genderresponse property for the response status200response-property-enum-value-removed
- ○
removed the
full_timeenum value from thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
hawaiianenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
hispanicenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
key_employeeenum value from thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
maleenum value from thedata/items/genderresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_citizenenum value from thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_disabledenum value from thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_exemptenum value from thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_key_employeeenum value from thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_veteranenum value from thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_on_fileenum value from thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
officerenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
on_fileenum value from thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ownerenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
part_timeenum value from thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
regularenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
reserveenum value from thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
statutoryenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
two_or_more_racesenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/disabilityStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/employeeTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/employmentStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/genderresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/i9OnFileStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/keyEmployeeStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/militaryStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/overtimeExemptStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/usCitizenshipStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
veteranenum value from thedata/items/usVeteranStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
whiteenum value from thedata/items/ethnicityresponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_emergency_contact_setsubschema #2from thedata/items/emergencyContactresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_employee_addresssubschema #2from thedata/items/addressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_employee_payroll_infosubschema #2from thedata/items/employeePayrollresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲