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: gusto_app_int/docs/sdks/payrolls/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ Notes:
74
74
* Hour and dollar amounts are returned as string representations of numeric decimals.
75
75
* Hours are represented to the thousands place; dollar amounts are represented to the cent.
76
76
* Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to “0.00” (for fixed amounts) or “0.000” (for hours ).
77
-
* To return future payrolls, you must include an `end_date` in the future.
78
77
* When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
79
78
* Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
Copy file name to clipboardExpand all lines: gusto_app_int/src/gusto_app_integration/payrolls.py
-2
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,6 @@ def get(
292
292
* Hour and dollar amounts are returned as string representations of numeric decimals.
293
293
* Hours are represented to the thousands place; dollar amounts are represented to the cent.
294
294
* Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to “0.00” (for fixed amounts) or “0.000” (for hours ).
295
-
* To return future payrolls, you must include an `end_date` in the future.
296
295
* When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
297
296
* Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
298
297
@@ -406,7 +405,6 @@ async def get_async(
406
405
* Hour and dollar amounts are returned as string representations of numeric decimals.
407
406
* Hours are represented to the thousands place; dollar amounts are represented to the cent.
408
407
* Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to “0.00” (for fixed amounts) or “0.000” (for hours ).
409
-
* To return future payrolls, you must include an `end_date` in the future.
410
408
* When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
411
409
* Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
application/json: {"uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a", "company_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f", "title": "Action required: Additional information needed to process payroll", "message": "If we do not receive this information as soon as possible, your payroll may not be processed on time.", "category": "information_request", "actionable": true, "published_at": "2022-01-01T00:00:00.000Z", "due_at": "2022-02-01T00:00:00.000Z", "resources": [{"entity_type": "Employee", "entity_uuid": "21b6f9ce-0ac4-4745-8d8a-127f8c0f00f2"}]}
7964
+
application/json: {"uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a", "company_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f", "title": "Action required: Additional information needed to process payroll", "message": "If we do not receive this information as soon as possible, your payroll may not be processed on time.", "category": "information_request", "actionable": true, "can_block_payroll": true, "published_at": "2022-01-01T00:00:00.000Z", "due_at": "2022-02-01T00:00:00.000Z", "resources": [{"entity_type": "Employee", "entity_uuid": "21b6f9ce-0ac4-4745-8d8a-127f8c0f00f2"}]}
0 commit comments