ValidateScenarioSessionCheck

Paths

Example

Example request object

{
  "Validation": {
    "ScenarioSessionCheckId": "00000000-0000-0000-0000-000000000000",
    "ValidatorId": "00000000-0000-0000-0000-000000000000",
    "IsApproved": false,
    "Comment": "string_example",
    "InternalComment": "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": {
    "ValidatedCheck": {
      "ScenarioSessionCheckId": "00000000-0000-0000-0000-000000000000",
      "ValidatorId": "00000000-0000-0000-0000-000000000000",
      "IsApproved": false,
      "Comment": null,
      "InternalComment": null
    },
    "IsValid": false,
    "Message": "string_example",
    "brokenRuleName": null
  }
}

ShouldBeExecuted

Postdata

Response