Skip to main content

invoices/items/{id}/status

Get the invoice status.

URL

CODE
(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:

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

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.