invoices/items/{id}/status

Get the invoice status.

URL

(GET) /api/invoices/items/{id}/status

PARAMETERS

The URL parameters are:

id

The invoice ID.

int, Mandatory

RESULTS

The result is a JSON object:

status

The invoice or quotation status, numeric value.

See Invoice status

int

statust

Title of status in language of user.

string

EXAMPLES

Typical result:

{
    "status": 1,
    "statust": "Quote Sent"
}