Updates the invoice status with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "1baa647b-6b53-4b0e-8291-b5669bd5e4ab",
  "name": "sample string 2",
  "allowed_for_invoice": true,
  "allowed_for_credit_note": true,
  "modified_dateutc": "2025-06-27T16:26:33.1642505+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.