Creates a new object that belongs to a static category (like Company,Project,...)
Request Information
URI Parameters :
None.
Body Parameters :
db_infoName | Description | Type | Additional information |
---|---|---|---|
id |
Primary key |
globally unique identifier | |
name |
Name of the db_info (Chapter name) |
string |
Required Max length: 50 |
code |
The Id/Ref of the back office. Used by Embedded entity |
string |
Max length: 50 |
sequence |
Sorting field (0 first), to order them |
integer | |
db_info_category_id |
Main Category this chapter belongs using real foreign keys. Needed to extract "DbReport" where the category is the db_report_type |
globally unique identifier | |
db_info_category_code |
Specify on which main category this chapter should be shown. Possible values : Article,Company,Contact,Project,User,Jobs,Task,Opportunity,EquipmentFamily. Read more on API / HELP / Info Fields |
string |
Required |
parent_id |
Parent Db_info (chapter) (Parent / Child) |
globally unique identifier | |
parent_db_info_code |
Embedded entity "db_info" for parent using ERP PK when adding/updating db_info |
string | |
parent_db_info |
Embedded entity "db_info" for parent when adding/updating db_info |
db_info | |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
{ "id": "fb0d29a1-5452-492f-a10e-367d2ab8ad8e", "name": "sample string 2", "code": "sample string 3", "sequence": 4, "db_info_category_id": "a92c5786-fcdc-43ca-922b-06911399a208", "db_info_category_code": "sample string 6", "parent_id": "c6387152-c01c-4807-947b-6e8ba97d5032", "parent_db_info_code": "sample string 8", "modified_dateutc": "2025-06-30T20:37:59.2787852+00:00" }
Response Information
Resource Description :
db_infoName | Description | Type | Additional information |
---|---|---|---|
id |
Primary key |
globally unique identifier | |
name |
Name of the db_info (Chapter name) |
string |
Required Max length: 50 |
code |
The Id/Ref of the back office. Used by Embedded entity |
string |
Max length: 50 |
sequence |
Sorting field (0 first), to order them |
integer | |
db_info_category_id |
Main Category this chapter belongs using real foreign keys. Needed to extract "DbReport" where the category is the db_report_type |
globally unique identifier | |
db_info_category_code |
Specify on which main category this chapter should be shown. Possible values : Article,Company,Contact,Project,User,Jobs,Task,Opportunity,EquipmentFamily. Read more on API / HELP / Info Fields |
string |
Required |
parent_id |
Parent Db_info (chapter) (Parent / Child) |
globally unique identifier | |
parent_db_info_code |
Embedded entity "db_info" for parent using ERP PK when adding/updating db_info |
string | |
parent_db_info |
Embedded entity "db_info" for parent when adding/updating db_info |
db_info | |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{ "id": "74a8a32c-5f4d-4757-a026-b29864146e07", "name": "sample string 2", "code": "sample string 3", "sequence": 4, "db_info_category_id": "a43061be-4a68-4cc4-ba43-b12609432388", "db_info_category_code": "sample string 6", "parent_id": "78002b01-85b0-4d3a-9d5d-a045ee5889a6", "parent_db_info_code": "sample string 8", "modified_dateutc": "2025-06-30T20:37:59.2787852+00:00" }