Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

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

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

date_add

Date Added. Auto-filled by NOW if empty

date
dateutc_add

Date UTC Added

date
notes

Notes

string

Required

source_db_table_id

globally unique identifier
source_id_in_table

globally unique identifier
updated_by_user_id

globally unique identifier
date_update

date
dateutc_update

date
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "a8435853-2c69-454c-92a9-74157f03d57c",
  "db_table_id": "f74d7c86-19ad-4628-a8de-9438837534a7",
  "id_in_table": "5760ee60-e835-4376-8ca1-26773addf395",
  "user_id": "454d1aff-fe57-47f7-850b-9bf99e234a81",
  "date_add": "2026-03-07T13:12:01.3783436+00:00",
  "dateutc_add": "2026-03-07T13:12:01.3783436+00:00",
  "notes": "sample string 7",
  "source_db_table_id": "fd775c36-c61f-4755-8bfe-1dd0a69abc7c",
  "source_id_in_table": "71279069-f1ff-459a-ad25-f5c5732c7dd9",
  "updated_by_user_id": "21dc57ac-0ea8-4c4d-90d3-78b9ed7db562",
  "date_update": "2026-03-07T13:12:01.3783436+00:00",
  "dateutc_update": "2026-03-07T13:12:01.3783436+00:00",
  "modified_dateutc": "2026-03-07T13:12:01.3783436+00:00"
}

application/xml, text/xml

Sample:
<db_notes xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <date_add>2026-03-07T13:12:01.378Z</date_add>
  <date_update>2026-03-07T13:12:01.378Z</date_update>
  <dateutc_add>2026-03-07T13:12:01.378Z</dateutc_add>
  <dateutc_update>2026-03-07T13:12:01.378Z</dateutc_update>
  <db_table_id>f74d7c86-19ad-4628-a8de-9438837534a7</db_table_id>
  <id>a8435853-2c69-454c-92a9-74157f03d57c</id>
  <id_in_table>5760ee60-e835-4376-8ca1-26773addf395</id_in_table>
  <modified_dateutc>2026-03-07T13:12:01.378Z</modified_dateutc>
  <notes>sample string 7</notes>
  <source_db_table_id>fd775c36-c61f-4755-8bfe-1dd0a69abc7c</source_db_table_id>
  <source_id_in_table>71279069-f1ff-459a-ad25-f5c5732c7dd9</source_id_in_table>
  <updated_by_user_id>21dc57ac-0ea8-4c4d-90d3-78b9ed7db562</updated_by_user_id>
  <user_id>454d1aff-fe57-47f7-850b-9bf99e234a81</user_id>
</db_notes>