Create a new db note
Request Information
URI Parameters :
None.
Body Parameters :
db_notesName | 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 |
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
{ "id": "0397d7a0-1774-46b0-aae5-b0609c35435d", "db_table_id": "4e6a9187-d1c5-4bcb-8b15-5d8ff346cbbe", "db_table_name": "sample string 3", "id_in_table": "c799a3b0-07b1-4feb-9ec0-ba643f25d630", "user_id": "ae041902-acff-444d-8f30-29694bec7c1c", "user_code": "sample string 6", "date_add": "2025-07-18T02:54:49.1767955+00:00", "dateutc_add": "2025-07-18T02:54:49.1767955+00:00", "notes": "sample string 9", "reference_back_office": "sample string 10", "modified_dateutc": "2025-07-18T02:54:49.1767955+00:00" }
Response Information
Resource Description :
IHttpActionResult
db_notesName | 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 |
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
{ "id": "8ec45748-48ed-453c-af30-7589f654af6e", "db_table_id": "a67134e2-4555-43ae-8380-98047064a172", "db_table_name": "sample string 3", "id_in_table": "f6796024-18dc-49ed-90f2-cb9e1ae0afb3", "user_id": "18173e86-0753-4b3c-a3ea-039776d13fa3", "user_code": "sample string 6", "date_add": "2025-07-18T02:54:49.1924239+00:00", "dateutc_add": "2025-07-18T02:54:49.1924239+00:00", "notes": "sample string 9", "reference_back_office": "sample string 10", "modified_dateutc": "2025-07-18T02:54:49.1924239+00:00" }