GET
/
vLatest
/
action
/
glasscore
/
invoice
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/invoice
{
  "balance": 123,
  "c_org": "<string>",
  "date": "<string>",
  "dateDue": "<string>",
  "dropInvoice": "<string>",
  "id": "<string>",
  "label": "<string>",
  "lateFee": 123,
  "month": 123,
  "OrgId": 123,
  "year": 123
}

Query Parameters

return
string

Comma-separated list of specific fields to return/append in the response. See isAdditionalData for more details.

Example:

"id,nameFirst,nameLast"

isAdditionalData
boolean

Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.

Example:

true

Response

200 - application/json

A list of Invoices

The response is of type object.