SourcedJobPostingProbationaryPeriodInput
Input Object
Fields
probationaryConditions String
Probationary period description. Include salary, hours, or employment type if different from regular terms.
probationarySalary SourcedJobPostingSalaryInput
Salary during the probationary period.
currency CurrencyCode! Required
maximumMinor Int64
Maximum amount in the local minor currency. Must be greater than zero. Zero values can affect job visibility.
minimumMinor Int64! Required
Minimum amount in the local minor currency. Must be greater than zero. Zero values can affect job visibility.
period String! Required
Pay period. Applies to other fields in this input, such as working hours in fineGrainedSalaryInformation.
Values: DAY, HOUR, MILE, MONTH, WEEK, YEAR, TASK, SHIFT. If TASK, provide taskBasedSalaryInformation.
fineGrainedSalaryInformation SourcedJobPostingFineGrainedJobSalaryInput
Additional salary information.
totalSalaryMinor Int64
Total salary for the period, in minor currency units. Must be greater than zero. Zero values can affect job visibility.
Examples: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250
workingHours Float
Expected work hours per period (minimum, not maximum).
Examples:
-
If period is
HOUR, set to1. -
If period is
MONTH, set to total monthly hours.
totalOvertimeHours Float
Maximum overtime hours per period.
statutoryOvertimeHours Float
Statutory overtime hours per period. Accepts fractions.
fixedOvertimeSalaryMinor Int64
Fixed overtime pay above base pay, in minor currency units. Must be greater than zero. Zero values can affect job visibility.
Examples: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250
fixedOvertimePay Boolean! default:false
Set to true when base salary includes overtime with no extra pay.
US: Some jobs are overtime-exempt. See Fact Sheet #17A: Exemption for Executive, Administrative, Professional, Computer & Outside Sales Employees Under the Fair Labor Standards Act (FLSA).
Japan: Fixed overtime means overtime pay is included in salary. See What is Fixed Overtime Pay?.
taskBasedSalaryInformation SourcedJobPostingTaskBasedSalaryInput
Additional task information.
Example
{ "probationaryConditions": "xyz789", "probationarySalary": SourcedJobPostingSalaryInput}