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 https://wordbee.atlassian.net/wiki/spaces/API2/pages/2488401922

int

statust

Title of status in language of user.

string

EXAMPLES

Typical result:

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

 

 

 

 

Copyright Wordbee - Buzzin' Outside the Box since 2008