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": "907b46ff-8ec9-43b8-b63d-222d5bf29ff2",
  "name": "sample string 2",
  "is_unavailable": true,
  "sales_organization_id": "3a5368c6-5a6f-4a15-94a4-c62293211710",
  "modified_dateutc": "2026-01-12T00:19:57.4455093+00:00"
}

application/xml, text/xml

Sample:
<company_calendar_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>907b46ff-8ec9-43b8-b63d-222d5bf29ff2</id>
  <is_unavailable>true</is_unavailable>
  <modified_dateutc>2026-01-12T00:19:57.445Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>3a5368c6-5a6f-4a15-94a4-c62293211710</sales_organization_id>
</company_calendar_type>