Creates a new object that belongs to a static category (like Company,Project,...)
Request Information
URI Parameters :
None.
Body Parameters :
db_info| Name | 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": "a7bc9f6d-416d-4a63-b757-7c643eb4a4b8",
"name": "sample string 2",
"code": "sample string 3",
"sequence": 4,
"db_info_category_id": "a2bb7ee9-bc4c-442d-8381-ae8b4cccb2db",
"db_info_category_code": "sample string 6",
"parent_id": "706a8033-7de9-41f6-b1c0-7555839e74e3",
"parent_db_info_code": "sample string 8",
"modified_dateutc": "2025-12-12T14:30:32.4465318+00:00"
}
Response Information
Resource Description :
db_info| Name | 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": "0e4dda3c-8f58-4608-b905-6deec499facd",
"name": "sample string 2",
"code": "sample string 3",
"sequence": 4,
"db_info_category_id": "da86de8a-2601-4d1a-9da5-dd619fa4d289",
"db_info_category_code": "sample string 6",
"parent_id": "485642bb-8c29-4559-ab50-f44a08ff917d",
"parent_db_info_code": "sample string 8",
"modified_dateutc": "2025-12-12T14:30:32.4951137+00:00"
}