{
"_id": "880e8400-e29b-41d4-a716-446655440003",
"clientId": "client123",
"campaignId": {
"_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Summer Sale 2025",
"state": 100,
"defaults": {
"primaryColor": "#FF0000",
"secondaryColor": "#00FF00"
}
},
"itemId": {
"_id": "660e8400-e29b-41d4-a716-446655440001",
"name": "Promotional Flyer",
"posNumber": "FLY001",
"artworks": [
{
"_id": "770e8400-e29b-41d4-a716-446655440004",
"name": "Flyer Artwork",
"fileId": {
"_id": "880e8400-e29b-41d4-a716-446655440005",
"url": "/files/flyer-artwork.jpg",
"thumbnailUrl": "/files/thumbs/flyer-artwork.jpg",
"description": "Summer sale promotional flyer"
}
}
],
"elementId": {
"_id": "990e8400-e29b-41d4-a716-446655440006",
"name": "A4 Flyer",
"priceBands": [
{
"quantity": 100,
"price": 1.5
},
{
"quantity": 500,
"price": 1.25
},
{
"quantity": 1000,
"price": 1
}
]
}
},
"assetId": "770e8400-e29b-41d4-a716-446655440002",
"status": 102,
"qty": 500,
"fixedPrice": 625,
"oversType": "percent",
"oversValue": 10,
"warehouseType": "percent",
"warehouseQuantity": 50,
"total": 550,
"isActive": true,
"isPriorityAllocation": true,
"hasArtwork": true,
"hasAllocations": true,
"perBoxQty": 25,
"allocationRules": [
{
"property": "store",
"rule": "include",
"values": [
{
"STORE001": "Main Street Store"
},
{
"STORE002": "Shopping Center Store"
}
],
"quantities": [
250,
250
]
}
],
"meta": {
"customField1": "Summer Campaign"
},
"createdAt": "2025-09-09T10:00:00Z",
"updatedAt": "2025-09-09T14:30:00Z"
}