Contract.JobErrorResponse

Name / Description Type / Format Example
jobId
Job public Id
string uuid "string"
errorMessage
Error Message
string "string"
errorType string "GeneralImportError" "CreateEmployeeFailed" "UpdateEmployeeFailed" "ExistingEmployee" "InvalidData" "ValidationFailure" "PaymentsImportError"
created
Job Created
string date "2024-04-29"
{
  "jobId": "string",
  "errorMessage": "string",
  "errorType": "GeneralImportError",
  "created": "2024-04-29"
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations

- none -