ADO.NET Provider for Workday

Build 24.0.9175

JobProfilesWorkersCompensationCodes

Reads /workersCompensationCodes entries from the JobProfiles table.

Workday Resource Information

Retrieves a job profile with the specified ID.

Secured by: Job Profile: View, Public Job: View

Scope: Jobs & Positions

Aggregate Fields

The provider represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.

This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.

Locations_Aggregate


[{
  country: { /* Returns the \~country\~ from the primary address for the location. */
      descriptor: Text /* A preview of the instance */
  }
  descriptor: Text /* A preview of the instance */
  id: Text /* Id of the instance */
}]

Regions_Aggregate


[{
  descriptor: Text /* A preview of the instance */
}]

Columns

Name Type Description
Id [KEY] String Id of the instance
JobProfiles_Id [KEY] String The Workday ID of the JobProfiles that contains this.
Code String Returns the workers' compensation code.
Country_Alpha3Code String The ISO alpha-3 code for a country.
Country_Descriptor String A preview of the instance
Country_Id String Id of the instance
Descriptor String A preview of the instance
Inactive Bool Returns true if the worker's compensation code is inactive.
Locations_Aggregate String The location for the worker compensation code.
Name String Returns the description of the worker's compensation code.
Regions_Aggregate String Returns the Country Regions that the worker's compensation code is used in.
IncludeInactive_Prompt Bool If true, the method returns inactive job profiles. Default is false.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175