Get the billing details for a project
The ID of the project to get the billing details for
GET //finance/projects/{projectId}/billing HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "lineItems": [ { "recordId": "text", "path": "text", "name": "text", "frequency": "text", "paymentTerms": 1, "paymentDue": true } ], "month": "text" }