Billing

Get the billing details for a project

get

Get the billing details for a project

Authorizations
Path parameters
projectIdstringRequired

The ID of the project to get the billing details for

Responses
200

successful operation

application/json
get
GET //finance/projects/{projectId}/billing HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "lineItems": [
    {
      "recordId": "text",
      "path": "text",
      "name": "text",
      "frequency": "text",
      "paymentTerms": 1,
      "paymentDue": true
    }
  ],
  "month": "text"
}