Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

meeting_type
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

string
is_default

boolean
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": "450d1b72-ee71-4c75-a033-c6d3f73812b4",
  "name": "sample string 2",
  "is_default": true,
  "sales_organization_id": "d22c182f-0104-4cde-9b60-06aa10ca8701",
  "modified_dateutc": "2026-01-12T00:16:32.7456379+00:00"
}

application/xml, text/xml

Sample:
<meeting_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>450d1b72-ee71-4c75-a033-c6d3f73812b4</id>
  <is_default>true</is_default>
  <modified_dateutc>2026-01-12T00:16:32.745Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>d22c182f-0104-4cde-9b60-06aa10ca8701</sales_organization_id>
</meeting_type>