Get the billing details for a project
/finance/projects/{projectId}/billing
The ID of the project to get the billing details for
curl -L \ --url 'https://api.ecosuite.io//finance/projects/{projectId}/billing' \ --header 'Authorization: YOUR_API_KEY'
{ "month": "text", "lineItems": [ { "recordId": "text", "path": "text", "name": "text", "frequency": "text", "paymentTerms": 1, "paymentDue": true } ] }