Transition the state of requested transactions
PATCH
/api/portfolio/transactions/requestedRequest body
Body shape: Portfolio_UpdateRequestedTransactionRequest (required)
Responses
200
{}curl -X PATCH https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/requested\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"state": "requested",
"rejection_reason": "rejection_reason",
"settlement_date": "settlement_date",
"price_per_unit": 1,
"investor_id": "investor_id",
"uuids": []
}'