MinimumWageRates
Retrieves a collection of minimum wage rates.
Workday Resource Information
Retrieves all minimum wage rates. A query parameter specifying either a country or a tax authority is required to retrieve the data.Secured by: Set Up: Payroll (Minimum Wages View) - CAN, Set Up: Payroll (Minimum Wages View) - USA, Set Up: Payroll Authority Minimum Wages View (Compensation functional area), svc-paycomply-tool Service
Scope: CAN Payroll, Core Compensation, USA Payroll
Aggregate Fields
The connector 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. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
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.
MinimumWageInstances_Aggregate
[{
complianceUpdate: { /* The payroll compliance update details for the minimum wage instance. */
jiraId: Text /* The compliance update JIRA number for the minimum wage instance. */
}
effective: Date /* The minimum wage effective date. */
rate: Currency /* The minimum wage rate. */
}]
Columns
| Name | Type | Description |
| CountryRegion_Descriptor | String | The display name of the instance |
| Country_Descriptor | String | The display name of the instance |
| MinimumWageInstances_Aggregate | String | The minimum wage instances for the country and tax authority. |
| TaxAuthority_Descriptor | String | The display name of the instance |
| TaxAuthority_Id | String | Id of the instance |
| TaxAuthority_PayrollAuthorityTaxCode | String | The Payroll Authority Tax Code for the Payroll Tax Authority. |
| TaxAuthority_TaxAuthorityType | String | The payroll tax authority type for the minimum wage instances. |
| AsOfDate_Prompt | Date | The minimum wage rates that are effective on the date specified using the yyyy-mm-dd format. |
| Country_Prompt | String | The Workday ID of the country for the minimum wages rates. You can use a returned id from GET /values/minimumWageRatesGroup/countries. You can specify 1 country query parameter. Example: country=country. |
| IncludeLocalTaxAuthorities_Prompt | Bool | If true, returns minimum wage rates for local tax authorities, such as cities and counties, in addition to federal and state rates. If false (default), only returns federal and state minimum wage rates. |
| TaxAuthority_Prompt | String | The Workday ID of the payroll tax authority for the minimum wages rates. You can use a returned id from GET /values/minimumWageRatesGroup/taxAuthorities. You can specify 1 or more tax authority query parameters. Example: taxAuthority=taxAuthority1andtaxAuthority=taxAuthority2. |