Adding Multiple Investments
Last updated
#SAMPLE BODY IN REQUEST
[
{
"investmentDate": "Mar-2023",
"name": "Epsilon2",
"round": "Seed",
"amount": 1000000.0,
"preMoneyValuation": 10000000.0,
"roundSize": 2000000,
"sector": ["FinTech", "SaaS"],
"tags": "FinTech, Saas",
"exitMonth": 60,
"exitValuation:: 100000000
},
{
"investmentDate": "Mar-2023",
"name": "Epsilon3",
"round": "Seed",
"amount": 1000000.0,
"preMoneyValuation": 10000000.0,
"roundSize": 2000000,
"sector": ["FinTech", "SaaS"],
"tags": "FinTech, Saas",
"exitMonth": 60,
"exitValuation:: 100000000
}
]
```
{
"status": 200,
"body": [
{
"investmentId": "IDUVOJChyH",
"caseId": "dckTftcwp",
"name": "Epsilon2"
},
{
"investmentId": "-Z6ec8GrkZ",
"caseId": "D1Pxci3aRJ",
"name": "Epsilon3"
}
]
}