Adobe Campaign · Schema

WriteResponse

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

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

Properties

Name Type Description
primaryKey string Primary key of the created or modified record.
View JSON Schema on GitHub

JSON Schema

adobe-campaign-classic-write-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-schema/adobe-campaign-classic-write-response-schema.json",
  "title": "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"
    }
  }
}