GET
/
vLatest
/
action
/
glasscore
/
invoice

Query Parameters

return
string

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

isAdditionalData
boolean

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

Response

200 - application/json
balance
number | null
required

Represents the outstanding amount due on an invoice.

c_org
string
required

Represents the organization associated with a particular invoice.

date
required

Represents the day, month, and year when the invoice was issued.

dateDue
required

Specifies the deadline by which the invoice payment should be made.

dropInvoice
string
required

Indicates whether a particular invoice has been cancelled or discarded.

id
string
required

Unique identifier.

label
string
required

Indicates the categorization or identification tag associated with each invoice.

lateFee
number | null
required

Represents the additional charge applied to an invoice when payment is not received by the due date.

month
number
required

Represents the specific month in which an invoice was issued.

OrgId
number | null
required

Represents the unique identifier for the organization associated with a particular invoice.

year
number | null
required

Represents the calendar year in which the invoice was issued.