Create a subscription transaction
POST
/api/portfolio/transactions/subscriptionsRequest body
Body shape: Portfolio_CreateSubscriptionRequest (required)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/subscriptions\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"asset_id": 1,
"source": "source",
"source_id": "source_id",
"investor_id": "investor_id",
"total": 1,
"fee": 1,
"invoice_date": "invoice_date",
"settlement_date": "settlement_date",
"funding_source": "cash_account",
"description": "description",
"units": 1,
"price_per_unit": 1
}'