| Name / Description | Type / Format | Example | |
|---|---|---|---|
successCount
|
integer
int32
|
0
|
|
failureCount
|
integer
int32
|
0
|
|
results
|
Contract.RecalculatePayRunEntryResult[]
|
{Contract.RecalculatePayRunEntryResult}
|
{
"successCount": 0,
"failureCount": 0,
"results": [
{
"payRunEntryId": "string",
"employeeDisplayName": "string",
"succeeded": true,
"errorMessage": "string"
}
]
}
- none -
- none -