Request Information

URI Parameters :

None.

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": "da675f52-cbf2-4f67-bc91-dd476986a7f5",
  "name": "sample string 2",
  "is_unavailable": true,
  "sales_organization_id": "a8fb5335-ebbd-4467-be8b-f945bb70e726",
  "modified_dateutc": "2026-01-11T21:03:42.0284381+00:00"
}

application/xml, text/xml

Sample:
<company_calendar_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>da675f52-cbf2-4f67-bc91-dd476986a7f5</id>
  <is_unavailable>true</is_unavailable>
  <modified_dateutc>2026-01-11T21:03:42.028Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>a8fb5335-ebbd-4467-be8b-f945bb70e726</sales_organization_id>
</company_calendar_type>