Create a new db status list object

Request Information

URI Parameters :

None.

Body Parameters :

db_status_list
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
table_name

The name of table

string
from_status_id

The status id from

globally unique identifier
to_status_id

The status id to

globally unique identifier
sequence

Sorting field (0 first), to order them

integer
action_text

The action text

string
sys_readonly

Is readonly?

boolean
sys_logical_delete

Is delete?

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "0b7bcc55-a38e-43c7-b91a-0b8a7020b56e",
  "table_name": "sample string 2",
  "from_status_id": "3b8d31a8-1960-47f4-af87-935ebe1b7f53",
  "to_status_id": "c35f1089-5f96-45b4-86f5-4a0af30f78a7",
  "sequence": 5,
  "action_text": "sample string 6",
  "sys_readonly": true,
  "sys_logical_delete": true,
  "modified_dateutc": "2025-04-26T18:44:38.5970411+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.