Create a new db note

Request Information

URI Parameters :

None.

Body Parameters :

db_notes
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id

Table Id db notes linked to

globally unique identifier

Optionally required : db_table_id or db_table_name must be provided

db_table_name

Foreign key to the table this db_notes is linked to (Possibles values are company,jobs,project,task) using table name

string

Optionally required : db_table_id or db_table_name must be provided

id_in_table

Item id on the given table on which db note linked to

globally unique identifier

Required

user_id

Created User ID

globally unique identifier

Optionally required : user_id, user_code or user must be provided

user_code

Embedded entity "user" using ERP PK when adding/updating a db_notes

string

Optionally required : user_id, user_code or user must be provided

user

Embedded entity "user" using node when adding/updating a db_notes

user

Optionally required : user_id, user_code or user must be provided

date_add

Date Added. is on the local user time.

date
dateutc_add

Date Added. Auto-filled by NOW if empty

date
notes

Notes

string

Required

reference_back_office

string

Max length: 255

modified_dateutc

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

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "aae04c5b-49ca-443a-8d14-f0aea6143d0d",
  "db_table_id": "acc57d7b-b1c0-4743-a644-8a2f61b69efb",
  "db_table_name": "sample string 3",
  "id_in_table": "26dcdf8e-6224-443b-982e-68c57a686d23",
  "user_id": "4644004c-9344-4d60-ab5d-a9b5ad51d533",
  "user_code": "sample string 6",
  "date_add": "2026-03-13T19:02:12.4849107+00:00",
  "dateutc_add": "2026-03-13T19:02:12.4849107+00:00",
  "notes": "sample string 9",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-03-13T19:02:12.4849107+00:00"
}

Response Information

Resource Description :

IHttpActionResult

db_notes
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id

Table Id db notes linked to

globally unique identifier

Optionally required : db_table_id or db_table_name must be provided

db_table_name

Foreign key to the table this db_notes is linked to (Possibles values are company,jobs,project,task) using table name

string

Optionally required : db_table_id or db_table_name must be provided

id_in_table

Item id on the given table on which db note linked to

globally unique identifier

Required

user_id

Created User ID

globally unique identifier

Optionally required : user_id, user_code or user must be provided

user_code

Embedded entity "user" using ERP PK when adding/updating a db_notes

string

Optionally required : user_id, user_code or user must be provided

user

Embedded entity "user" using node when adding/updating a db_notes

user

Optionally required : user_id, user_code or user must be provided

date_add

Date Added. is on the local user time.

date
dateutc_add

Date Added. Auto-filled by NOW if empty

date
notes

Notes

string

Required

reference_back_office

string

Max length: 255

modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "b23b72ec-1ce6-4609-9ef1-618574565013",
  "db_table_id": "561a7851-26ab-443f-8176-fb6491c81512",
  "db_table_name": "sample string 3",
  "id_in_table": "8bba2fee-f6ec-401e-9852-c6d699b8e53d",
  "user_id": "e478842d-60ed-4f60-b0ca-0a2d6339cb37",
  "user_code": "sample string 6",
  "date_add": "2026-03-13T19:02:12.4849107+00:00",
  "dateutc_add": "2026-03-13T19:02:12.4849107+00:00",
  "notes": "sample string 9",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-03-13T19:02:12.4849107+00:00"
}