/ukg-configuration | Type: Application | PCID required: Yes
Tools
ukg-configuration_business_rule_import_tool_business_rule_import_file_upload
Takes an XML transaction and feeds it into the Business Rule Import Tool Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
transaction | string | No | — | The XML Serialized transaction |
uniqueFileName | string | No | — | An optionally provided unique file name |
ukg-configuration_business_rule_import_tool_get_file_upload_status
Retrieve Business Rule Import Tool Transaction Status by File ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fileId | string | Yes | — | File Id |
ukg-configuration_business_rule_import_tool_get_staging_status
Retrieve Business Rule Import Tool Transaction Status by Staging ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
stagingId | string | Yes | — | Staging Id |
ukg-configuration_business_rule_import_tool_imports_business_rule_staging_data
Takes an XML transaction and feeds it into the Business Rule Import Tool (Staging) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
transaction | string | No | — | The XML Serialized transaction |
uniqueFileName | string | No | — | An optionally provided unique file name |
ukg-configuration_company_details_get_company_details
Get Company Details Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
companyId | string | No | — | 5 character value represents a UKG Pro HCM CompanyID |
masterCompanyId | string | No | — | 5 character value represents a UKG Pro HCM Master CompanyID |
companyCode | string | No | — | 5 character value represents a UKG Pro HCM Company Code |
isMasterCompany | string | No | — | true/false values represent if this company is a UKG Pro HCM Master Company |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_create_course
Create a new course Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
author | string | No | — | author: string. |
averageExamsScore | integer | No | — | averageExamsScore: integer. |
averageTimeSpent | integer | No | — | averageTimeSpent: integer. |
categoryCode | string | No | — | categoryCode: string. |
coAuthors | string | No | — | coAuthors: string. |
cost | number | No | — | cost: number. |
courseNotes | string | No | — | courseNotes: string. |
creditType | string | No | — | creditType: string. |
creditValue | number | No | — | creditValue: number. |
defaultLocaleCode | string | No | — | defaultLocaleCode: string. |
deliveryMethodCode | string | No | — | deliveryMethodCode: string. |
description | string | Yes | — | description: string. |
duration | object | No | — | duration: object. |
empDevPlanId | integer | No | — | empDevPlanId: integer. |
extensionData | object | No | — | Arbitrary JSON value container for extension data. |
externalCourseId | string | No | — | externalCourseId: string. |
externalLmsId | string | Yes | — | externalLmsId: string. |
isActive | boolean | No | — | isActive: boolean. |
isApprovalRequired | boolean | No | — | isApprovalRequired: boolean. |
isAuditingAllowed | boolean | No | — | isAuditingAllowed: boolean. |
isMicroLearning | boolean | No | — | isMicroLearning: boolean. |
isResultRequired | boolean | No | — | isResultRequired: boolean. |
isVisible | boolean | No | — | isVisible: boolean. |
licenseOrCertCode | string | No | — | licenseOrCertCode: string. |
lmsCreatedDate | string | No | — | lmsCreatedDate: string. |
lmsModifiedDate | string | No | — | lmsModifiedDate: string. |
maxNumberOfParticipants | integer | No | — | maxNumberOfParticipants: integer. |
maxWaitListSize | integer | No | — | maxWaitListSize: integer. |
minNumberOfParticipants | integer | No | — | minNumberOfParticipants: integer. |
rating | object | No | — | Course rating information supplied for a course. |
renewalDate | string | No | — | renewalDate: string. |
skillSetId | string | Yes | — | skillSetId: string. |
status | string | Yes | — | status: string. |
subCategoryCode | string | No | — | subCategoryCode: string. |
tags | object[] | No | — | Tags applied to the course. |
tenantId | string | Yes | — | tenantId: string. |
title | string | Yes | — | title: string. |
totalParticipantsCount | integer | No | — | totalParticipantsCount: integer. |
totalTimeSpent | integer | No | — | totalTimeSpent: integer. |
translations | object[] | No | — | translations: array. |
url | string | No | — | url: string. |
vendorCode | string | No | — | vendorCode: string. |
ukg-configuration_create_course_participant
Create a new course participant Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
companyId | string | No | — | companyId: string. |
completionDateTime | string | Yes | — | completionDateTime: string. |
courseId | string | Yes | — | courseId: string. |
courseSessionId | string | Yes | — | courseSessionId: string. |
dueDate | string | Yes | — | dueDate: string. |
dueDateStatus | string | No | — | dueDateStatus: string. |
endDate | string | No | — | endDate: string. |
extensionData | object | No | — | Arbitrary JSON value container for extension data. |
externalId | string | Yes | — | externalId: string. |
isRequired | boolean | No | — | isRequired: boolean. |
numberOfCompletions | integer | No | — | numberOfCompletions: integer. |
pastCompletionDates | string | No | — | pastCompletionDates: string. |
personId | string | Yes | — | personId: string. |
progress | integer | No | — | progress: integer. |
renewalDate | string | No | — | renewalDate: string. |
result | string | No | — | result: string. |
score | integer | No | — | score: integer. |
startDate | string | No | — | startDate: string. |
status | string | Yes | — | status: string. |
tenantId | string | Yes | — | tenantId: string. |
timeSpent | integer | No | — | timeSpent: integer. |
timeToComplete | object | No | — | timeToComplete: object. |
withdrawnDateTime | string | No | — | withdrawnDateTime: string. |
ukg-configuration_create_course_participants
Create multiple course participants Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | object[] | Yes | — | Request body |
ukg-configuration_create_course_session
Create a new course session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
applicationId | integer | No | — | applicationId: integer. |
cost | number | No | — | cost: number. |
courseId | string | Yes | — | courseId: string. |
duration | object | No | — | duration: object. |
endDate | string | No | — | endDate: string. |
extensionData | object | No | — | Arbitrary JSON value container for extension data. |
facilityDescription | string | No | — | facilityDescription: string. |
instructorName | string | No | — | instructorName: string. |
maxNumberOfParticipants | integer | No | — | maxNumberOfParticipants: integer. |
minNumberOfParticipants | integer | No | — | minNumberOfParticipants: integer. |
notes | string | No | — | notes: string. |
numberOfParticipants | integer | No | — | numberOfParticipants: integer. |
providerCode | string | No | — | providerCode: string. |
startDate | string | No | — | startDate: string. |
status | string | No | — | status: string. |
tenantId | string | Yes | — | tenantId: string. |
vendorCode | string | No | — | vendorCode: string. |
ukg-configuration_create_course_sessions
Create multiple course sessions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | object[] | Yes | — | Request body |
ukg-configuration_create_courses
Create multiple courses Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | object[] | Yes | — | Request body |
ukg-configuration_delete_course
Delete a course Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
id | string | Yes | — | Course ID |
ukg-configuration_delete_course_participant
Delete a course participant Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
id | string | Yes | — | Course Participant ID |
ukg-configuration_delete_course_participants
Delete multiple course participants Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | string[] | Yes | — | Request body |
ukg-configuration_delete_course_session
Delete a course session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
id | string | Yes | — | Course Session ID |
ukg-configuration_delete_course_sessions
Delete multiple course sessions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | string[] | Yes | — | Request body |
ukg-configuration_delete_courses
Delete multiple courses Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | string[] | Yes | — | Request body |
ukg-configuration_get_v1_earnings
Get a list of all earnings configurations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
calculationRule | string | No | — | Calculation Rule |
taxCategory | string | No | — | Tax Category |
useDeductionOffset | string | No | — | Use Deduction Offset |
countryCode | string | No | — | Country Code |
includeInShiftDiffrential | string | No | — | Include In Shift Diffrential |
includeInManualCheck | string | No | — | Include In Manual Check |
earningCode | string | No | — | Earning Code |
includeInAccruals | string | No | — | Include In Accruals |
includeInDeferredCompensation | boolean | No | — | Include In Deferred Compensation |
includeInDeferredCompensationHours | boolean | No | — | Include In Deferred Compensation Hours |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_earnings_calculation_rule_tax_category_use_deduction_offset_country_code_include_in_shift_diffrential_include_in_manual_check
Get list of earnings configurations filtered by Parameter including pagination params Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
calculationRule | string | Yes | — | Calculation Rule |
taxCategory | string | Yes | — | Tax Category |
useDeductionOffset | string | Yes | — | Use Deduction Offset |
countryCode | string | Yes | — | Country Code |
includeInShiftDiffrential | string | Yes | — | Include In Shift Diffrential |
includeInManualCheck | string | Yes | — | Include In Manual Check |
earningCode | string | No | — | Earning Code |
includeInAccruals | string | No | — | Include In Accruals |
includeInDeferredCompensation | boolean | No | — | Include In Deferred Compensation |
includeInDeferredCompensationHours | boolean | No | — | Include In Deferred Compensation Hours |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_earnings_earning_code
Get a specific earning configuration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
earningCode | string | Yes | — | Earning Code |
calculationRule | string | No | — | Calculation Rule |
taxCategory | string | No | — | Tax Category |
useDeductionOffset | string | No | — | Use Deduction Offset |
countryCode | string | No | — | Country Code |
includeInShiftDiffrential | string | No | — | Include In Shift Diffrential |
includeInManualCheck | string | No | — | Include In Manual Check |
includeInAccruals | string | No | — | Include In Accruals |
includeInDeferredCompensation | boolean | No | — | Include In Deferred Compensation |
includeInDeferredCompensationHours | boolean | No | — | Include In Deferred Compensation Hours |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_option_rate
Get Option Rate Data Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deductionCode | string | No | — | Deduction Code |
benefitOption | string | No | — | Benefit Option |
effectiveDate | string | No | — | Effective Date |
payFrequency | string | No | — | Pay Frequency |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_organization_reporting_category
Get Organization Reporting Category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_positions
Returns list of employee position information filtered on various parameters Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
companyId | string | No | — | Company Id |
employeeType | string | No | — | Employee Type |
statusCode | string | No | — | Status Code |
payGroupCode | string | No | — | Pay Group Code |
positionCode | string | No | — | Position Code |
projectCode | string | No | — | Project Code |
shiftGroupCode | string | No | — | Shift Group Code |
isProrated | boolean | No | — | Is Prorated |
isApproved | boolean | No | — | Is Approved |
isEligibleForBenefits | boolean | No | — | Is Eligible For Benefits |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_roles
Gets Roles from security roles table Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
rolName | string | No | — | Rol Name |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_shift_codes
Shift Codes API Data Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_get_v1_tax_groups
Get all tax group details Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
taxCalcGroupIdCode | string | No | — | Tax Calc Group Id Code |
taxGroupIsInactive | string | No | — | Tax Group Is Inactive |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_getjobs
Retrieve Job Configuration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
code | string | Yes | — | Job code. |
page | integer | No | — | Default is 1 if not set. |
per_page | integer | No | — | Default is 100 if not set. |
ukg-configuration_getjobs_list
Retrieve All Job Configurations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Default is 1 if not set. |
per_page | integer | No | — | Default is 100 if not set. |
isActive | boolean | No | — | Indicates if the job is active. |
countryCode | string | No | — | The country code associated with the job. |
jobCode | string | No | — | The unique identifier for the job. |
ukg-configuration_getjobs_list_v1
Retrieve All Job Configurations - V1 Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
countryCode | string | No | — | Job country code. |
isActive | boolean | No | — | Active status. |
ukg-configuration_getjobs_v1
Retrieve Job Configuration - V1 Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
code | string | Yes | — | Job code. |
ukg-configuration_getlocations
Retrieve a single location configuration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
code | string | Yes | — | location code. |
ukg-configuration_getlocations_list
Retrieve all locations configurations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
countryCode | string | No | — | location country code. |
isActive | boolean | No | — | Active status. |
ukg-configuration_getorg_levels
Get single org-level Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
level | string | Yes | — | Description of the org-level. |
code | string | Yes | — | Organization code. |
ukg-configuration_getorg_levels_list
Get all org-levels Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
levelDescription | string | No | — | Description of the org-level. |
code | string | No | — | Organization code. |
budgetGroup | string | No | — | Organizational budget group. |
reportingCategory | string | No | — | Reporting category. |
isActive | boolean | No | — | Active status. |
ukg-configuration_ins_rate_get_ins_rate
Get Insurance Rate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deductionCode | string | No | — | Deduction Code |
effectiveDate | string | No | — | Effective Date |
payFrequency | string | No | — | Pay Frequency |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_job_group_get
Get All Job Groups Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
jobGroupCode | string | No | — | Job Group Code |
jobGroupCountryCode | string | No | — | Job Group Country Code |
page | integer | No | — | Page number for pagination |
per_Page | integer | No | — | Number of results per page |
ukg-configuration_patchorg_levels
Patch one org-level Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
level | string | Yes | — | Description of the org-level. |
code | string | Yes | — | Organization code. |
budgetGroup | string | No | — | Organizational budget group. |
currentYearBudgetFTE | number | No | — | Current year to date budget for full time employee. |
currentYearBudgetSalary | number | No | — | Current year to date budget for salary. |
description | string | Yes | — | Organization Level Description. |
glSegment | string | No | — | General Ledger Segment. Alpha-numeric and special characters allowed. |
isActive | boolean | No | — | The organization level status. |
lastYearBudgetFTE | number | No | — | Last year Budget for full time employee. |
lastYearBudgetSalary | number | No | — | Last year Budget salary. |
levelDescription | string | No | — | Organization description. Cannot be updated. |
reportingCategory | string | No | — | The reporting category code. |
ukg-configuration_pc_schema_get_fields_schema
Gets Platform Configuration standard classes custom fields schema Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
className | string | No | — | Class Name |
ukg-configuration_postorg_levels
Create org-level configuration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
body | object[] | Yes | — | The org-level to be written. |
ukg-configuration_put_allergy
Update a single allergy configuration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
code | string | Yes | — | Project code. |
ukg-configuration_putorg_levels
Update one org-level Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
level | string | Yes | — | Description of the org-level. |
code | string | Yes | — | Organization code. |
budgetGroup | string | No | — | Organizational budget group. |
currentYearBudgetFTE | number | No | — | Current year to date budget for full time employee. |
currentYearBudgetSalary | number | No | — | Current year to date budget for salary. |
description | string | Yes | — | Organization Level Description. |
glSegment | string | No | — | General Ledger Segment. Alpha-numeric and special characters allowed. |
isActive | boolean | No | — | The organization level status. |
lastYearBudgetFTE | number | No | — | Last year Budget for full time employee. |
lastYearBudgetSalary | number | No | — | Last year Budget salary. |
levelDescription | string | No | — | Organization description. Cannot be updated. |
reportingCategory | string | No | — | The reporting category code. |
ukg-configuration_update_course
Update a course Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
id | string | Yes | — | Course ID |
author | string | No | — | Field author for course update. |
averageExamsScore | integer | No | — | Field averageExamsScore for course update. |
averageTimeSpent | integer | No | — | Field averageTimeSpent for course update. |
categoryCode | string | No | — | Field categoryCode for course update. |
coAuthors | string | No | — | Field coAuthors for course update. |
cost | number | No | — | Field cost for course update. |
courseId | string | No | — | Field courseId for course update. |
courseNotes | string | No | — | Field courseNotes for course update. |
creditType | string | No | — | Field creditType for course update. |
creditValue | number | No | — | Field creditValue for course update. |
defaultLocaleCode | string | No | — | Field defaultLocaleCode for course update. |
deliveryMethodCode | string | No | — | Field deliveryMethodCode for course update. |
description | string | No | — | Field description for course update. |
duration | object | No | — | Field duration for course update. |
empDevPlanId | integer | No | — | Field empDevPlanId for course update. |
extensionData | object | No | — | Arbitrary JSON value container for extension data. |
externalCourseId | string | No | — | Field externalCourseId for course update. |
isActive | boolean | No | — | Field isActive for course update. |
isApprovalRequired | boolean | No | — | Field isApprovalRequired for course update. |
isAuditingAllowed | boolean | No | — | Field isAuditingAllowed for course update. |
isMicroLearning | boolean | No | — | Field isMicroLearning for course update. |
isResultRequired | boolean | No | — | Field isResultRequired for course update. |
isVisible | boolean | No | — | Field isVisible for course update. |
licenseOrCertCode | string | No | — | Field licenseOrCertCode for course update. |
lmsCreatedDate | string | No | — | Field lmsCreatedDate for course update. |
lmsModifiedDate | string | No | — | Field lmsModifiedDate for course update. |
maxNumberOfParticipants | integer | No | — | Field maxNumberOfParticipants for course update. |
maxWaitListSize | integer | No | — | Field maxWaitListSize for course update. |
minNumberOfParticipants | integer | No | — | Field minNumberOfParticipants for course update. |
rating | object | No | — | Course rating information supplied for a course. |
renewalDate | string | No | — | Field renewalDate for course update. |
skillSetId | string | No | — | Field skillSetId for course update. |
status | string | No | — | Field status for course update. |
subCategoryCode | string | No | — | Field subCategoryCode for course update. |
tags | object[] | No | — | Field tags for course update. |
title | string | No | — | Field title for course update. |
totalParticipantsCount | integer | No | — | Field totalParticipantsCount for course update. |
totalTimeSpent | integer | No | — | Field totalTimeSpent for course update. |
translations | object[] | No | — | Field translations for course update. |
url | string | No | — | Field url for course update. |
vendorCode | string | No | — | Field vendorCode for course update. |
ukg-configuration_update_course_participant
Update a course participant Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
id | string | Yes | — | Course Participant ID |
companyId | string | No | — | A unique identifier for the company. |
completionDateTime | string | No | — | Field completionDateTime for course participant update. |
courseId | string | No | — | Field courseId for course participant update. |
courseParticipantId | string | No | — | Field courseParticipantId for course participant update. |
courseSessionId | string | No | — | Field courseSessionId for course participant update. |
dueDate | string | No | — | Field dueDate for course participant update. |
dueDateStatus | string | No | — | Field dueDateStatus for course participant update. |
endDate | string | No | — | Field endDate for course participant update. |
extensionData | object | No | — | Arbitrary JSON value container for extension data. |
externalId | string | No | — | Field externalId for course participant update. |
isRequired | boolean | No | — | Field isRequired for course participant update. |
numberOfCompletions | integer | No | — | Field numberOfCompletions for course participant update. |
pastCompletionDates | string | No | — | Field pastCompletionDates for course participant update. |
personId | string | No | — | Field personId for course participant update. |
progress | integer | No | — | Field progress for course participant update. |
renewalDate | string | No | — | Field renewalDate for course participant update. |
result | string | No | — | Field result for course participant update. |
score | integer | No | — | Field score for course participant update. |
startDate | string | No | — | Field startDate for course participant update. |
status | string | No | — | Field status for course participant update. |
timeSpent | integer | No | — | Field timeSpent for course participant update. |
timeToComplete | object | No | — | Field timeToComplete for course participant update. |
withdrawnDateTime | string | No | — | Field withdrawnDateTime for course participant update. |
ukg-configuration_update_course_participants
Update multiple course participants Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | object[] | Yes | — | Request body |
ukg-configuration_update_course_session
Update a course session Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
id | string | Yes | — | Course Session ID |
applicationId | integer | No | — | Field applicationId for course session update. |
cost | number | No | — | Field cost for course session update. |
courseSessionId | string | No | — | Field courseSessionId for course session update. |
duration | object | No | — | Field duration for course session update. |
endDate | string | No | — | Field endDate for course session update. |
extensionData | object | No | — | Arbitrary JSON value container for extension data. |
facilityDescription | string | No | — | Field facilityDescription for course session update. |
instructorName | string | No | — | Field instructorName for course session update. |
maxNumberOfParticipants | integer | No | — | Field maxNumberOfParticipants for course session update. |
minNumberOfParticipants | integer | No | — | Field minNumberOfParticipants for course session update. |
notes | string | No | — | Field notes for course session update. |
numberOfParticipants | integer | No | — | Field numberOfParticipants for course session update. |
providerCode | string | No | — | Field providerCode for course session update. |
startDate | string | No | — | Field startDate for course session update. |
status | string | No | — | Field status for course session update. |
vendorCode | string | No | — | Field vendorCode for course session update. |
ukg-configuration_update_course_sessions
Update multiple course sessions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | object[] | Yes | — | Request body |
ukg-configuration_update_courses
Update multiple courses Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
X-Correlation-Id | string | Yes | — | Unique identifier for this request. Use to trace the request end-to-end. |
X-Partner-Id | string | Yes | — | Partner identifier provided by UKG. |
global-tenant-id | string | Yes | — | Global tenant identifier for multi-tenant operations. |
body | object[] | Yes | — | Request body |

