/
invoices/items/{id}/status
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"
}
, multiple selections available,
Related content
invoices/items/{id}
invoices/items/{id}
More like this
invoices/items/{id}/status/{status} (PUT)
invoices/items/{id}/status/{status} (PUT)
More like this
Get an invoice
Get an invoice
More like this
Get invoices/quotes from any project
Get invoices/quotes from any project
More like this
Get invoices attached to project
Get invoices attached to project
More like this
Get invoice lines
Get invoice lines
More like this
Copyright Wordbee - Buzzin' Outside the Box since 2008