{
"name": "VIPs",
"description": "List of VIP customers",
"versionId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a"
}curl --location --request PUT 'https://api.cobra.de/v1/crm/lists/people/3fa85f64-5717-4562-b3fc-2c963f66afa6' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de-DE' \
--header 'Content-Type: application/json' \
--data '{
"name": "VIPs",
"description": "List of VIP customers",
"versionId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a"
}'{
"data": {
"id": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a",
"name": "VIPs",
"description": "Top customers",
"listType": "Manual",
"created": {
"userId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a",
"firstName": "John",
"lastName": "Doe",
"date": "2024-06-01T12:34:56Z"
},
"modified": {
"userId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a",
"firstName": "John",
"lastName": "Doe",
"date": "2024-06-01T12:34:56Z"
},
"latestUserInteraction": {
"userId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a",
"firstName": "John",
"lastName": "Doe",
"date": "2024-06-01T12:34:56Z"
},
"userInteractions": {
"e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a": {
"UserId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a",
"FirstName": "John",
"LastName": "Doe",
"Date": "2024-06-01T12:34:56Z"
}
},
"versionId": "e7b8f8c2-3d4b-4f8a-9c2b-8f8c2d4b4f8a",
"isTenantPinned": true,
"isPinnedForCurrentUser": true,
"memberCount": 42
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}