Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
meeting_type| Name | Description | Type | Additional 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": "9bcc1257-5a8d-41a9-8603-64a86299d099",
"name": "sample string 2",
"is_default": true,
"sales_organization_id": "2b7a497a-1228-4ae6-b2b5-02cfd3f3af4e",
"modified_dateutc": "2026-06-16T21:19:50.4103697+00:00"
}
application/xml, text/xml
Sample:
<meeting_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>9bcc1257-5a8d-41a9-8603-64a86299d099</id> <is_default>true</is_default> <modified_dateutc>2026-06-16T21:19:50.410Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>2b7a497a-1228-4ae6-b2b5-02cfd3f3af4e</sales_organization_id> </meeting_type>