Payment logs

Get the cash flow payment logs

get

Get the cash flow payment logs for a specific cash flow in a project

Path parameters
projectIdstringRequired

The ID of the project to get the payment logs for

cashFlowIdstringRequired

The ID of the cash flow to get the payment logs for

Responses
200

successful operation

application/json
get
GET //finance/projects/{projectId}/cash-flows/{cashFlowId}/payment-logs HTTP/1.1
Host: api.ecosuite.io
Accept: */*
{
  "cashFlow": {},
  "paymentLogs": {
    "payments": {
      "advisedAmount": 1,
      "reading": 1,
      "advisedReading": 1,
      "expectedAmount": 1,
      "start": "2025-09-16",
      "end": "2025-09-16"
    }
  }
}

Update the cash flow payment logs

put

Update the cash flow payment logs for a specific cash flow in a project

Authorizations
Path parameters
projectIdstringRequired

The ID of the project to update the payment logs for

cashFlowIdstringRequired

The ID of the cash flow to update the payment logs for

Responses
200

successful operation

No content

put
PUT //finance/projects/{projectId}/cash-flows/{cashFlowId}/payment-logs HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*

No content