Adobe Campaign · JSON Structure

Adobe Campaign Classic Write Response Structure

SOAP response confirming the write operation. Returns the primary key of the affected record for insert operations.

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

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

Properties

primaryKey

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-write-response-structure.json",
  "name": "WriteResponse",
  "description": "SOAP response confirming the write operation. Returns the primary key of the affected record for insert operations.",
  "type": "object",
  "properties": {
    "primaryKey": {
      "type": "string",
      "description": "Primary key of the created or modified record.",
      "example": "example_value"
    }
  }
}