Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_info_category| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| parent_id |
parent_id |
globally unique identifier | |
| name |
Name |
string | |
| sales_organization_id |
sales_organization_id |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "3fb6ad9d-25c1-460e-bfc5-17e749a1e812",
"parent_id": "bf29560c-c73c-4633-8e75-a5bd53babcad",
"name": "sample string 3",
"sales_organization_id": "b78603a5-ba55-47de-afeb-643ba2da63bc",
"modified_dateutc": "2026-01-12T00:18:42.8148864+00:00"
}
application/xml, text/xml
Sample:
<db_info_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>3fb6ad9d-25c1-460e-bfc5-17e749a1e812</id> <modified_dateutc>2026-01-12T00:18:42.814Z</modified_dateutc> <name>sample string 3</name> <parent_id>bf29560c-c73c-4633-8e75-a5bd53babcad</parent_id> <sales_organization_id>b78603a5-ba55-47de-afeb-643ba2da63bc</sales_organization_id> </db_info_category>