SaveLessonGroupComment

Description

Save LessonGroupComments

Paths

Example

Example request object

{
  "SaveLessonGroupCommentCriteria": {
    "EmployeeId": "00000000-0000-0000-0000-000000000000",
    "LessonGroupComment": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "LessonGroupId": "00000000-0000-0000-0000-000000000000",
      "Date": "2024-04-20T15:24:33.3617276+02:00",
      "Comment": null
    }
  },
  "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

{
  "SaveLessonGroupCommentResult": {
    "ValidationResults": null,
    "IsValid": false,
    "Id": "00000000-0000-0000-0000-000000000000"
  }
}

ShouldBeExecuted

Postdata

Response