This model is used to set an employers settings for HMRCs Data Provisioning Service
Name / Description | Type / Format | Example | |
---|---|---|---|
enabled
If enabled, we'll automatically retrieve DPS notices from HMRC for you
|
boolean
|
true
|
|
retrieveFrom
The date from which notices should be retrieved
|
string
date
|
"2024-11-21"
|
|
autoApply
If enabled, we'll automatically apply DPSNotices before starting a payrun that covers the EffectiveDate
|
boolean
|
true
|
|
lastChecked
The time we last checked for notices
|
string
date
|
"2024-11-21"
|
|
error
If we received an error from HMRC when checking for notices, it'll be displayed here
|
string
|
"string"
|
{
"enabled": true,
"retrieveFrom": "2024-11-21",
"autoApply": true,
"lastChecked": "2024-11-21",
"error": "string"
}
- none -