Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

db_info_category
NameDescriptionTypeAdditional 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": "558ce8c3-57e9-44ac-b510-004c56a83e88",
  "parent_id": "f3c22ea1-60ef-420a-a523-06e46c1a41c6",
  "name": "sample string 3",
  "sales_organization_id": "2bb70e49-50b6-4ed0-8fd3-723f36df2435",
  "modified_dateutc": "2026-06-16T21:23:30.6767074+00:00"
}

application/xml, text/xml

Sample:
<db_info_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>558ce8c3-57e9-44ac-b510-004c56a83e88</id>
  <modified_dateutc>2026-06-16T21:23:30.676Z</modified_dateutc>
  <name>sample string 3</name>
  <parent_id>f3c22ea1-60ef-420a-a523-06e46c1a41c6</parent_id>
  <sales_organization_id>2bb70e49-50b6-4ed0-8fd3-723f36df2435</sales_organization_id>
</db_info_category>