Name / Description | Type / Format | Example | |
---|---|---|---|
id
Payroll Squad Identifier
|
string
uuid
|
"string"
|
|
tenantId
Current Tenant Id
|
string
uuid
|
"string"
|
|
members
List of all Members
|
Contract.PayrollSquadMemberResponse[]
|
{Contract.PayrollSquadMemberResponse}
|
|
employers
List of all Employers
|
Contract.EmployerBase[]
|
{Contract.EmployerBase}
|
|
name
Name of Payroll Squad
|
string
|
"string"
|
{
"id": "string",
"tenantId": "string",
"members": [
{
"id": "string",
"userId": "string",
"displayName": "string",
"emailAddress": "string",
"lastLogin": "2024-11-01",
"role": "Admin"
}
],
"employers": [
{
"name": "string",
"uniqueId": "string"
}
],
"name": "string"
}
- none -
- none -