Retrieves the invoice status with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
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": "10c0d23e-9551-40d2-9414-b81c5f9dfdfd",
  "name": "sample string 2",
  "allowed_for_invoice": true,
  "allowed_for_credit_note": true,
  "modified_dateutc": "2025-10-05T09:50:56.5475455+00:00"
}