Skip to content

Commit 27aca96

Browse files
author
Richard Tan
committed
feat: campaign form
1 parent a9025c2 commit 27aca96

File tree

3 files changed

+580
-0
lines changed

3 files changed

+580
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"name": "Advertisement Campaign Form",
6+
"status": "Planned",
7+
"active": true,
8+
"type": "Advertisement",
9+
"description": "ssssss",
10+
"start_date": "2024-06-30",
11+
"end_date": "2024-06-30",
12+
"number_sent": "200003212",
13+
"expected_response_percentage": "222.53",
14+
"expected_revenue": "2312",
15+
"budgeted_cost": "1003039",
16+
"actual_cost": "12034044",
17+
"title": null,
18+
"thumbnailURL": null
19+
},
20+
"relationships": {
21+
"parent_campaign": {
22+
"links": {
23+
"self": null
24+
}
25+
}
26+
},
27+
"meta": {
28+
"adoptsFrom": {
29+
"module": "../campaign-form",
30+
"name": "CampaignForm"
31+
}
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"name": "Test Email Campaign 2",
6+
"status": "Planned",
7+
"active": false,
8+
"type": "Advertisement",
9+
"description": "This is a test form",
10+
"start_date": "2024-06-22",
11+
"end_date": "2024-06-29",
12+
"number_sent": "1000",
13+
"expected_response_percentage": "100",
14+
"expected_revenue": "2000",
15+
"budgeted_cost": "1000",
16+
"actual_cost": "1000",
17+
"title": null,
18+
"thumbnailURL": null
19+
},
20+
"relationships": {
21+
"parent_campaign": {
22+
"links": {
23+
"self": "./4ee4a9ff-f61b-476f-9140-27308934024c"
24+
}
25+
}
26+
},
27+
"meta": {
28+
"adoptsFrom": {
29+
"module": "../campaign-form",
30+
"name": "CampaignForm"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)