latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Business Valuations
List Business Valuations
Supported for:
freshbooks quickbooks quickbooksDesktop xero dynamicsBusinessCentral zohoBooks byod
get/v2/analytics/businessValuations
Query parameters
connectionUuidstring required
Unique connection identifier.
startDatestring
endDatestring
reconstruct'true' | 'false'
Railz reconstructed Business Valuation
Response
Example response
{
"count": 1,
"reports": [
{
"meta": {
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"reportId": "5fad8a342a88364234392fb5",
"startDate": "2020-11-25T01:02:03Z",
"endDate": "2020-11-25T01:02:03Z",
"createdAt": "2020-12-25T01:02:03Z",
"updatedAt": "2020-12-25T01:02:03Z"
},
"data": {
"liquidationValue": 100000,
"discountedCashflowValue": 100000,
"discountRate": 0.12,
"revenueMultiple": 1.6,
"multipleToRevenueValue": 100000,
"firstChicagoValue": 100000
}
}
]
}