You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk/models/shared/createemploymentapimodel.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ let value: CreateEmploymentApiModel = {
65
65
|`jobId`|*string*|:heavy_minus_sign:| The employee job id | 5290 |
66
66
|`jobTitle`|*string*|:heavy_minus_sign:| The job title of the employee | Software Engineer |
67
67
|`payCurrency`|*string*|:heavy_minus_sign:| The currency used for pay | USD |
68
-
|`payFrequency`|[shared.PayFrequency](../../../sdk/models/shared/payfrequency.md)|:heavy_minus_sign:|The pay frequency | hourly |
69
-
|`payPeriod`|[shared.PayPeriod](../../../sdk/models/shared/payperiod.md)|:heavy_minus_sign:| The pay period | monthly |
70
-
|`payRate`|*string*|:heavy_minus_sign:| The pay rate for the employee| 40.00 |
68
+
|`payFrequency`|[shared.PayFrequency](../../../sdk/models/shared/payfrequency.md)|:heavy_minus_sign:|How often the employee is paid| hourly |
69
+
|`payPeriod`|[shared.PayPeriod](../../../sdk/models/shared/payperiod.md)|:heavy_minus_sign:| The time period over which the pay rate is calculated| monthly |
70
+
|`payRate`|*string*|:heavy_minus_sign:| The amount of compensation for the employee | 40.00 |
71
71
|`payrollCode`|*string*|:heavy_minus_sign:| The payroll code of the employee | PC1 |
72
72
|`type`|[shared.CreateEmploymentApiModelType](../../../sdk/models/shared/createemploymentapimodeltype.md)|:heavy_minus_sign:| The type of employment ||
73
73
|`unifiedCustomFields`| Record<string, *any*> |:heavy_minus_sign:| Custom Unified Fields configured in your StackOne project | {<br/>"my_project_custom_field_1": "REF-1236",<br/>"my_project_custom_field_2": "some other value"<br/>} |
0 commit comments