Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

company_calendar_type
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

string
is_unavailable

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": "1314f3df-3218-475f-bf1c-c6778dbc64a2",
  "name": "sample string 2",
  "is_unavailable": true,
  "sales_organization_id": "d20f27ff-d59b-4527-a7a6-9d8c013f79c3",
  "modified_dateutc": "2026-03-07T13:18:16.9347236+00:00"
}

application/xml, text/xml

Sample:
<company_calendar_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>1314f3df-3218-475f-bf1c-c6778dbc64a2</id>
  <is_unavailable>true</is_unavailable>
  <modified_dateutc>2026-03-07T13:18:16.934Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>d20f27ff-d59b-4527-a7a6-9d8c013f79c3</sales_organization_id>
</company_calendar_type>