Request
Body Params application/json
{
"entries": {
"id": "string",
"contractId": 0,
"date": "string",
"symbol": "string",
"qty": 0,
"rate": 0,
"amount": 0,
"buyerBroker": "string",
"sellerBroker": "string",
"time": "string"
}
}
Request Code Samples
curl --location --request POST 'http://localhost:8100/floorsheetAnalytics/floorsheet-analytics/ingest/entries' \
--header 'Content-Type: application/json' \
--data-raw '{
"entries": {
"id": "string",
"contractId": 0,
"date": "string",
"symbol": "string",
"qty": 0,
"rate": 0,
"amount": 0,
"buyerBroker": "string",
"sellerBroker": "string",
"time": "string"
}
}'
Responses
{
"code": 0,
"result": {
"date": "string",
"totalEntries": 0,
"summariesGenerated": 0
},
"error": "string"
}
Modified at 2026-04-06 18:38:12