Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "5613f1a1-a287-4aea-837f-4ab47a062b23",
"parent_id": "deee3fdd-6b6b-4a16-a477-80d90f54139a",
"name": "sample string 3",
"sales_organization_id": "28995941-b884-46e4-a94c-aa01798422a3",
"modified_dateutc": "2026-06-16T21:24:13.4454089+00:00"
}
application/xml, text/xml
Sample:
<db_info_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>5613f1a1-a287-4aea-837f-4ab47a062b23</id> <modified_dateutc>2026-06-16T21:24:13.445Z</modified_dateutc> <name>sample string 3</name> <parent_id>deee3fdd-6b6b-4a16-a477-80d90f54139a</parent_id> <sales_organization_id>28995941-b884-46e4-a94c-aa01798422a3</sales_organization_id> </db_info_category>