Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_notes| Name | Description | Type | Additional 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": "8ddbe44b-a78d-4272-a64e-c4b7cefe8de1",
"db_table_id": "05814929-1717-44cd-a25d-52aa28324710",
"id_in_table": "91a788fc-8faf-472b-a02a-3be4d4209a26",
"user_id": "488953a9-bded-48f9-a404-30effde636ae",
"date_add": "2026-01-11T20:58:14.5226845+00:00",
"dateutc_add": "2026-01-11T20:58:14.5428079+00:00",
"notes": "sample string 7",
"source_db_table_id": "030b3386-4f91-45a4-a07f-b2e2fba62cf3",
"source_id_in_table": "583c37d4-f673-4d23-b55b-3704e7a73c26",
"updated_by_user_id": "032fd8f5-0da0-4afa-8ec7-023ad493d107",
"date_update": "2026-01-11T20:58:14.5428079+00:00",
"dateutc_update": "2026-01-11T20:58:14.5428079+00:00",
"modified_dateutc": "2026-01-11T20:58:14.5428079+00:00"
}
application/xml, text/xml
Sample:
<db_notes xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_add>2026-01-11T20:58:14.522Z</date_add> <date_update>2026-01-11T20:58:14.542Z</date_update> <dateutc_add>2026-01-11T20:58:14.542Z</dateutc_add> <dateutc_update>2026-01-11T20:58:14.542Z</dateutc_update> <db_table_id>05814929-1717-44cd-a25d-52aa28324710</db_table_id> <id>8ddbe44b-a78d-4272-a64e-c4b7cefe8de1</id> <id_in_table>91a788fc-8faf-472b-a02a-3be4d4209a26</id_in_table> <modified_dateutc>2026-01-11T20:58:14.542Z</modified_dateutc> <notes>sample string 7</notes> <source_db_table_id>030b3386-4f91-45a4-a07f-b2e2fba62cf3</source_db_table_id> <source_id_in_table>583c37d4-f673-4d23-b55b-3704e7a73c26</source_id_in_table> <updated_by_user_id>032fd8f5-0da0-4afa-8ec7-023ad493d107</updated_by_user_id> <user_id>488953a9-bded-48f9-a404-30effde636ae</user_id> </db_notes>