SaveEmployeeTask

Paths

Example

Example request object

{
  "Criteria": {
    "EmployeeTask": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "From": "2024-04-19T21:40:37.5611587+02:00",
      "Until": "2024-04-19T21:40:37.5611587+02:00",
      "Status": 0,
      "Comment": null,
      "EmployeeId": null,
      "EmployeeName": null,
      "Language": null,
      "WorkType": null,
      "Type": 0,
      "SubjectId": null,
      "Attachments": null,
      "ActivityName": null,
      "RentalNo": 0,
      "NeededSkillIds": null,
      "ActivityCode": null,
      "ExpositionId": null,
      "ExpositionPeriodId": null
    },
    "UpdateSkills": false,
    "IgnoreWarnings": false,
    "SavedByEmployeeId": "00000000-0000-0000-0000-000000000000"
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "Result": {
    "EmployeeTask": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "From": "2024-04-19T21:40:37.5767878+02:00",
      "Until": "2024-04-19T21:40:37.5767878+02:00",
      "Status": 0,
      "Comment": null,
      "EmployeeId": null,
      "EmployeeName": null,
      "Language": null,
      "WorkType": null,
      "Type": 0,
      "SubjectId": null,
      "Attachments": null,
      "ActivityName": null,
      "RentalNo": 0,
      "NeededSkillIds": null,
      "ActivityCode": null,
      "ExpositionId": null,
      "ExpositionPeriodId": null
    },
    "ValidationResult": {
      "IsValid": false,
      "Message": null,
      "brokenRuleName": null
    }
  }
}

ShouldBeExecuted

Postdata

Response