added
Added `can_block_payroll` boolean to Get a notification's details endpoint
4 days ago by Gusto Developer Relations
The can_block_payroll
boolean field is now included in the response of the "Get a notification's details" endpoint.
This indicates whether a notification may block the ability to run payroll. If true
, we suggest that these notifications are prioritized to your end users.
Please reach out to your Technical Solutions team with any questions or concerns.
{
"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"
}
]
}