BlueConic · Example Payload

Createupdatedeleteprofiles Response 200

Create, update, or delete one or more profiles

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Createupdatedeleteprofiles 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": "PUT /profiles 200 - Example bulk response",
  "description": "Create, update, or delete one or more profiles",
  "value": "[\n  {\n    \"profileId\": \"f7daa9db-5ea0-40c8-b9dc-96e519151f8c\",\n    \"state\": \"MODIFIED\",\n    \"timeline\": []\n  },\n  {\n    \"profileId\": \"a84fe9e8-ee83-4c1c-8a32-9132f958fe13\",\n    \"state\": \"DELETED\"\n  },\n  {\n    \"profileId\": \"324fe9e8-ee83-4c1c-8a32-9132f958f743\",\n    \"state\": \"UNAUTHORIZED\"\n  },\n  {\n    \"profileId\": \"e4c45d3b-f59b-4391-ad46-7413961e8cbd\",\n    \"state\": \"CREATED\",\n    \"timeline\": [\n      {\n        \"id\": \"63cec368-c40e-4c2c-ae08-7d4513edd125\",\n        \"state\": \"SET\"\n      }\n    ]\n  }\n]"
}