SaveScenarioSessionAttachment

Paths

Example

Example request object

{
  "ScenarioSessionAttachment": {
    "Id": "00000000-0000-0000-0000-000000000000",
    "ScenarioSessionId": "00000000-0000-0000-0000-000000000000",
    "AttachmentType": 0,
    "Attachment": {
      "Bytes": null,
      "FileName": null
    },
    "Comment": "string_example",
    "DocumentUrl": "string_example",
    "Internal": 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

{
  "ValidationResult": {
    "ScenarioSessionAttachment": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "ScenarioSessionId": "00000000-0000-0000-0000-000000000000",
      "AttachmentType": 0,
      "Attachment": null,
      "Comment": null,
      "DocumentUrl": null,
      "Internal": null
    },
    "IsValid": false,
    "Message": "string_example",
    "brokenRuleName": null
  }
}

ShouldBeExecuted

Postdata

Response