cURL
curl --request POST \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/reports \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "params": [ { "key": "<string>", "value": "<string>" } ], "uploadToConnectors": true, "productIds": [ "<string>" ] } '
{}
Generates a report for the specified brokerage firm using the parameters provided in the body.
the brokerageFirm id
Report generation parameters
The type of report
Report specific parameters
Show child attributes
uploadToConnectors
The productIds
Report generation started or completed successfully.
The response is of type object.
object
Was this page helpful?