Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This API is work in progress

Get the invoice status.

URL

...

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 Block
{
    "status": 1,
    "statust": "Quote Sent"
}