SaveEmployeeTaskAttachment

Paths

Example

Example request object

{
  "EmployeeTaskAttachment": {
    "EmployeeTaskId": "00000000-0000-0000-0000-000000000000",
    "Id": "00000000-0000-0000-0000-000000000000",
    "CreatedByEmployeeId": "00000000-0000-0000-0000-000000000000",
    "Description": "string_example",
    "Comment": "string_example",
    "Attachment": {
      "Bytes": null,
      "FileName": null
    },
    "EmployeeId": null,
    "EmployeeName": {
      "First": null,
      "Last": null,
      "Middle": null,
      "Initials": null
    },
    "CreationDate": "2024-04-16T18:09:17.5423671+02:00",
    "ModificationDate": "2024-04-16T18:09:17.5423671+02:00"
  },
  "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

{
  "ValidationResult": {
    "EmployeeTaskAttachment": {
      "EmployeeTaskId": "00000000-0000-0000-0000-000000000000",
      "Id": "00000000-0000-0000-0000-000000000000",
      "CreatedByEmployeeId": "00000000-0000-0000-0000-000000000000",
      "Description": null,
      "Comment": null,
      "Attachment": null,
      "EmployeeId": null,
      "EmployeeName": null,
      "CreationDate": "2024-04-16T18:09:17.5581784+02:00",
      "ModificationDate": "2024-04-16T18:09:17.5581784+02:00"
    },
    "IsValid": false,
    "Message": "string_example",
    "brokenRuleName": null
  }
}

ShouldBeExecuted

Postdata

Response