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": "a5cc3454-1476-4a4f-b92d-c955c8921ee8", "db_table_id": "3e6a4148-c00c-4006-809a-9fd80a58d68f", "db_table_name": "sample string 3", "id_in_table": "4b313285-e913-401f-9107-812dfa4327f3", "user_id": "0f5615d7-54b7-46dd-8e29-ea5ec120b424", "user_code": "sample string 6", "date_add": "2025-09-15T23:22:04.9024091+00:00", "dateutc_add": "2025-09-15T23:22:04.9024091+00:00", "notes": "sample string 9", "reference_back_office": "sample string 10", "modified_dateutc": "2025-09-15T23:22:04.9024091+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": "634c3446-94e5-4242-80e5-eb6e34562449", "db_table_id": "62b9984e-26aa-450d-888a-4cba5741078e", "db_table_name": "sample string 3", "id_in_table": "48ae61af-154b-4d6d-bb59-ff9778a5c53c", "user_id": "3fd2c3f8-b1fd-45e8-8e46-6b2583b72cc4", "user_code": "sample string 6", "date_add": "2025-09-15T23:22:04.9024091+00:00", "dateutc_add": "2025-09-15T23:22:04.9024091+00:00", "notes": "sample string 9", "reference_back_office": "sample string 10", "modified_dateutc": "2025-09-15T23:22:04.9024091+00:00" }