v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBSettlements
Create DVP RVP Report
Creates a job to generate a DVP RVP Report.
post/accounts/{accountID}/reports/daily-trade-summary
Path parameters
accountIDstring required
The user's unique account identifier.
Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759
Request body
Example request
{
"tradeDate": "2021-06-04",
"note": "Hey! Welcome to DriveWealth Developer Docs!"
}Response
Creating the job to generate a DVP/RVP Report was successful
Example response
{
"id": "bsr_040fb9cc-84e8-4f20-bf09-d398dacd458d.1622745430469_20210604",
"accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
"accountNo": "DWBG000052",
"tradeDate": "2021-06-04",
"note": "Hey! Welcome to DriveWealth Developer Docs!",
"partnerID": "80f9b672-120d-4b73-9ccv9-42fb3262c4b9"
}