Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

company_type
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
name

Name of the type

string

Required

description

Description of the type

string
sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

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": "e5ef4256-03fd-4c9d-91af-168ca2b40d08",
  "name": "sample string 2",
  "description": "sample string 3",
  "sales_organization_id": "aaa53be3-a8d1-4914-92c7-dad76b7cb4b0",
  "modified_dateutc": "2026-06-16T21:20:16.810638+00:00"
}

application/xml, text/xml

Sample:
<company_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <description>sample string 3</description>
  <id>e5ef4256-03fd-4c9d-91af-168ca2b40d08</id>
  <modified_dateutc>2026-06-16T21:20:16.810Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>aaa53be3-a8d1-4914-92c7-dad76b7cb4b0</sales_organization_id>
</company_type>