latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Visualizations
List Bills report
Supported for:
freshbooks quickbooks quickbooksDesktop xero oracleNetsuite sageBusinessCloud sageIntacct dynamicsBusinessCentral dynamics365Finance myob zohoBooks
get/v2/visualizations/bills
Query parameters
connectionUuidstring required
Unique connection identifier.
startDatestring required
The start date of the report frequency in the format: yyyy-MM-dd.
endDatestring required
The end date of the report frequency in the format: yyyy-MM-dd.
Response
Successfully returned bills report
Example response
{
"meta": {
"reportId": [
"5fad8a342a88364234392fb5"
],
"serviceName": "xero",
"businessName": "Railz",
"createdAt": "2020-12-25T01:02:03Z",
"updatedAt": "2020-12-25T01:02:03Z",
"endDate": "2020-12-25T01:02:03Z",
"startDate": "2020-11-25T01:02:03Z"
},
"data": {
"paidAmount": 1000
}
}