Transition the state of requested transactions

PATCH/api/portfolio/transactions/requested

Request body

Body shape: Portfolio_UpdateRequestedTransactionRequest (required)

Responses

200
{}
422Validation error.Error
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": []
}'