Contract.RecalculatePayRunEntriesResponse

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"
    }
  ]
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations
Recalculate PayRunEntries