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": "7a3176ca-2ac7-4331-8063-78760e56b1ca",
"parent_id": "162e8263-56c7-4a1c-8a97-ddb5f3bcfb5d",
"name": "sample string 3",
"sales_organization_id": "de4b5aca-0ac0-4f84-bbb4-d41fe608176b",
"modified_dateutc": "2026-03-07T14:54:52.3046369+00:00"
}
application/xml, text/xml
Sample:
<db_info_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>7a3176ca-2ac7-4331-8063-78760e56b1ca</id> <modified_dateutc>2026-03-07T14:54:52.304Z</modified_dateutc> <name>sample string 3</name> <parent_id>162e8263-56c7-4a1c-8a97-ddb5f3bcfb5d</parent_id> <sales_organization_id>de4b5aca-0ac0-4f84-bbb4-d41fe608176b</sales_organization_id> </db_info_category>