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
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"}]}
8203
+
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"}]}
|`uuid`|*::String*|:heavy_check_mark:| Unique identifier of a notification. |
11
-
|`company_uuid`|*T.nilable(::String)*|:heavy_minus_sign:| Unique identifier of the company to which the notification belongs. |
12
-
|`title`|*T.nilable(::String)*|:heavy_minus_sign:| The title of the notification. This highlights the actionable component of the notification. |
13
-
|`message`|*T.nilable(::String)*|:heavy_minus_sign:| The message of the notification. This provides additional context for the user and recommends a specific action to resolve the notification. |
14
-
|`category`|*T.nilable(::String)*|:heavy_minus_sign:| The notification's category. |
15
-
|`actionable`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Indicates whether a notification requires action or not. If false, the notification provides critical information only. |
16
-
|`published_at`|*T.nilable(::String)*|:heavy_minus_sign:| Timestamp of when the notification was published. |
17
-
|`due_at`|*T.nilable(::String)*|:heavy_minus_sign:| Timestamp of when the notification is due. If the notification has no due date, this field will be null. |
18
-
|`resources`| T::Array<[::GustoEmbedded::Shared::Resources](../../models/shared/resources.md)> |:heavy_minus_sign:| An array of entities relevant to the notification |
|`uuid`|*::String*|:heavy_check_mark:| Unique identifier of a notification. |
11
+
|`company_uuid`|*T.nilable(::String)*|:heavy_minus_sign:| Unique identifier of the company to which the notification belongs. |
12
+
|`title`|*T.nilable(::String)*|:heavy_minus_sign:| The title of the notification. This highlights the actionable component of the notification. |
13
+
|`message`|*T.nilable(::String)*|:heavy_minus_sign:| The message of the notification. This provides additional context for the user and recommends a specific action to resolve the notification. |
14
+
|`category`|*T.nilable(::String)*|:heavy_minus_sign:| The notification's category. |
15
+
|`actionable`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Indicates whether a notification requires action or not. If false, the notification provides critical information only. |
16
+
|`can_block_payroll`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Indicates whether a notification may block ability to run payroll. If true, we suggest that these notifications are prioritized to your end users. |
17
+
|`published_at`|*T.nilable(::String)*|:heavy_minus_sign:| Timestamp of when the notification was published. |
18
+
|`due_at`|*T.nilable(::String)*|:heavy_minus_sign:| Timestamp of when the notification is due. If the notification has no due date, this field will be null. |
19
+
|`resources`| T::Array<[::GustoEmbedded::Shared::Resources](../../models/shared/resources.md)> |:heavy_minus_sign:| An array of entities relevant to the notification |
Copy file name to clipboardExpand all lines: gusto_embedded/docs/sdks/payrolls/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,6 @@ Notes:
170
170
* Hour and dollar amounts are returned as string representations of numeric decimals.
171
171
* Hours are represented to the thousands place; dollar amounts are represented to the cent.
172
172
* 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 ).
173
-
* To return future payrolls, you must include an `end_date` in the future.
174
173
* When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
175
174
* Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
0 commit comments