Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
company_type| Name | Description | Type | Additional 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": "38ced805-64d2-43ab-85ca-3fe93860926d",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "828cba15-d2ef-46c3-b842-f2a30fbb7414",
"modified_dateutc": "2026-03-07T13:17:56.7065667+00:00"
}
application/xml, text/xml
Sample:
<company_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description>sample string 3</description> <id>38ced805-64d2-43ab-85ca-3fe93860926d</id> <modified_dateutc>2026-03-07T13:17:56.706Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>828cba15-d2ef-46c3-b842-f2a30fbb7414</sales_organization_id> </company_type>