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": "9c4ae395-77ca-4d3c-84b0-1efb68851605",
"parent_id": "79d3479c-25e6-4647-a8c0-511f3377fd93",
"name": "sample string 3",
"sales_organization_id": "8d46d990-1d57-4e83-b38d-4519d7b62d57",
"modified_dateutc": "2026-03-07T14:55:08.0485727+00:00"
}
application/xml, text/xml
Sample:
<db_info_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>9c4ae395-77ca-4d3c-84b0-1efb68851605</id> <modified_dateutc>2026-03-07T14:55:08.048Z</modified_dateutc> <name>sample string 3</name> <parent_id>79d3479c-25e6-4647-a8c0-511f3377fd93</parent_id> <sales_organization_id>8d46d990-1d57-4e83-b38d-4519d7b62d57</sales_organization_id> </db_info_category>