Adobe Campaign · JSON Structure

Adobe Campaign Classic Session Logon Request Structure

SOAP envelope containing login credentials for session authentication.

Type: object Properties: 2
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

SessionLogonRequest is a JSON Structure definition published by Adobe Campaign, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

strLogin strPassword

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-classic-session-logon-request-structure.json",
  "name": "SessionLogonRequest",
  "description": "SOAP envelope containing login credentials for session authentication.",
  "type": "object",
  "properties": {
    "strLogin": {
      "type": "string",
      "description": "Username for authentication.",
      "example": "example_value"
    },
    "strPassword": {
      "type": "string",
      "description": "Password for authentication.",
      "example": "example_value"
    }
  }
}