{
"_id": "456e7890-e89b-12d3-a456-426614174000",
"name": "Q1 2024 Campaign - Updated",
"code": "BOOK-2024-001",
"isActive": true,
"meta": {
"priority": "high",
"notes": "Updated campaign requirements"
},
"assetIds": [
"987fcdeb-51a2-43d1-9f12-345678901234"
],
"startDate": "2024-01-15T00:00:00.000Z",
"endDate": "2024-03-15T23:59:59.999Z",
"status": "confirmed",
"campaignIds": [],
"tradingPeriodIds": [],
"categoryFilters": {},
"unavailableAssetIds": [],
"creator": {
"_id": "user-creator-uuid",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com"
},
"owners": [
{
"_id": "user-owner-uuid-1",
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com"
}
],
"createdAt": "2024-01-01T10:00:00.000Z",
"updatedAt": "2024-01-01T15:30:00.000Z",
"updates": []
}