Represents the BureauSettings for an Employer.
Name / Description | Type / Format | Example | |
---|---|---|---|
enableApprovals
Whether or not Payruns for this employer need to go through an Approval process
|
boolean
|
true
|
|
processorUserId
The Id of the user, if any, that is the allocated Processor
|
string
uuid
|
"string"
|
|
reportPackId
The Id of the ReportPack, if any, to present to the Payroll Client
|
string
uuid
|
"string"
|
|
isBacsClient
Indicates that the bureau is responsible for BACS payments of net wages to employees
|
boolean
|
true
|
|
isBacsClientForHmrc
Indicates that the bureau is responsible for BACS payments of HMRC liabilites
|
boolean
|
true
|
|
showContactCard
Show a Contact card with the Processors details on the PayrollClient dashboard
|
boolean
|
true
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"enableApprovals": true,
"processorUserId": "string",
"reportPackId": "string",
"isBacsClient": true,
"isBacsClientForHmrc": true,
"showContactCard": true,
"id": "string"
}
- none -