v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Settlements

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

tradeDatestring date required

The date to generate the DVP/RVP report for.

notestring

A way to store a message/comment on the this object.

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

idstring

The DVP/RVP report identifier.

accountIDstring

The user's unique account identifier.

accountNostring

The user's unique account number, that is human readable.

tradeDatestring date

The date for which the DVP/RVP was run for.

notestring

A way to store a message/comment on the this object.

partnerIDstring

The partner's unique identifier.

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"
}