Retrieves all invoice statuses
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
invoice_status| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary key  | 
                    globally unique identifier | |
| name | 
                         The name of status  | 
                    string | |
| allowed_for_invoice | 
                         Is allowed for invoice  | 
                    boolean | |
| allowed_for_credit_note | 
                         Is allowed for credit note  | 
                    boolean | |
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date | 
Response Formats
application/json, text/json
            Sample:
{
  "id": "6c94a486-334b-4b4e-8f7f-f68c41d55b6e",
  "name": "sample string 2",
  "allowed_for_invoice": true,
  "allowed_for_credit_note": true,
  "modified_dateutc": "2025-10-06T10:53:31.420119+00:00"
}