POST
/
reports
/
lending
Create Lending Report
curl --request POST \
  --url https://api.copper.co/platform/reports/lending \
  --header 'Content-Type: application/json' \
  --data '{
  "fromDate": "<string>",
  "organizationId": "<string>",
  "reportType": "outstanding-loans-report,loan-activity-report,loan-fees-report",
  "toDate": "<string>"
}'
{}

Body

application/json

Response

200
application/json

OK

The response is of type object.