Updates the invoice status with the specified key
Request Information
URI Parameters :
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters :
invoice_statusName | 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 |
Request Formats :
application/json, text/json
Sample:
{ "id": "e945478f-4a42-48e0-9ed4-dd3ba4880f9a", "name": "sample string 2", "allowed_for_invoice": true, "allowed_for_credit_note": true, "modified_dateutc": "2025-03-09T15:00:57.8063777+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.