Request Information
URI Parameters :
None.
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": "70c5ee4e-2a4a-4bb3-b238-4e92f4f38b19",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "7ec1ee1d-ae84-4d66-ace9-d417c3cefc33",
"modified_dateutc": "2026-03-07T14:51:18.0385124+00:00"
}
application/xml, text/xml
Sample:
<company_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description>sample string 3</description> <id>70c5ee4e-2a4a-4bb3-b238-4e92f4f38b19</id> <modified_dateutc>2026-03-07T14:51:18.038Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>7ec1ee1d-ae84-4d66-ace9-d417c3cefc33</sales_organization_id> </company_type>