Create a new invoice status object

Request Information

URI Parameters :

None.

Body Parameters :

invoice_status
NameDescriptionTypeAdditional 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

Request Formats :

application/json, text/json

Sample:
{
  "id": "c0e17f8b-9d94-429b-99af-80dd083e3b4d",
  "name": "sample string 2",
  "allowed_for_invoice": true,
  "allowed_for_credit_note": true,
  "modified_dateutc": "2025-05-17T17:30:37.5258105+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.