Get the cash flow payment logs for a specific cash flow in a project
The ID of the project to get the payment logs for
The ID of the cash flow to get the payment logs for
GET //finance/projects/{projectId}/cash-flows/{cashFlowId}/payment-logs HTTP/1.1 Host: api.ecosuite.io Accept: */*
successful operation
{ "cashFlow": {}, "paymentLogs": { "payments": { "advisedAmount": 1, "reading": 1, "advisedReading": 1, "expectedAmount": 1, "start": "2025-04-30", "end": "2025-04-30" } } }
Update the cash flow payment logs for a specific cash flow in a project
The ID of the project to update the payment logs for
The ID of the cash flow to update the payment logs for
PUT //finance/projects/{projectId}/cash-flows/{cashFlowId}/payment-logs HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
No content