BlueConic · Example Payload

Createcontentstore Response 200

Create store

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Createcontentstore Response 200 is an example object payload from BlueConic, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "POST /contentStores 200 - Response body",
  "description": "Create store",
  "value": "{\n  \"id\": \"2613c9d6-a179-4c79-b6d2-1618a53fbc64\",\n  \"name\": \"my new content store\",\n  \"description\": \"A content store description\",\n  \"creationDate\": \"2025-04-17T14:00:46.920Z\",\n  \"lastModifiedDate\": \"2025-04-17T14:00:46.920Z\",\n  \"creator\": {\n    \"fullName\": \"ondemand@blueconic.com\",\n    \"userName\": \"ondemand@blueconic.com\"\n  },\n  \"lastModifiedUser\": {\n    \"fullName\": \"ondemand@blueconic.com\",\n    \"userName\": \"ondemand@blueconic.com\"\n  },\n  \"properties\": [\n    {\n      \"id\": \"RECENT_HOURS\",\n      \"values\": [\n        \"5\"\n      ]\n    }\n  ],\n  \"readOnly\": false,\n  \"storeType\": \"CONTENT\",\n  \"tags\": []\n}"
}