SaveScenarioSessionComment

Paths

Example

Example request object

{
  "ScenarioSessionComment": {
    "ScenarioSessionId": "00000000-0000-0000-0000-000000000000",
    "EmployeeId": "00000000-0000-0000-0000-000000000000",
    "Id": "00000000-0000-0000-0000-000000000000",
    "CreationDate": "2024-04-24T11:08:25.503182+02:00",
    "UserId": "00000000-0000-0000-0000-000000000000",
    "Description": "string_example",
    "Comment": "string_example"
  },
  "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": {
    "ScenarioSessionComment": {
      "ScenarioSessionId": "00000000-0000-0000-0000-000000000000",
      "EmployeeId": "00000000-0000-0000-0000-000000000000",
      "Id": "00000000-0000-0000-0000-000000000000",
      "CreationDate": "2024-04-24T11:08:25.5188055+02:00",
      "UserId": "00000000-0000-0000-0000-000000000000",
      "Description": null,
      "Comment": null
    },
    "IsValid": false,
    "Message": "string_example",
    "brokenRuleName": null
  }
}

ShouldBeExecuted

Postdata

Response