Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
company_calendar_type| Name | Description | Type | Additional 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": "4e9e82b2-20ff-43fa-97b0-d07a31df1316",
"name": "sample string 2",
"is_unavailable": true,
"sales_organization_id": "0f36df8f-7932-4c73-8733-fee2e22ef470",
"modified_dateutc": "2026-06-16T22:35:02.7288839+00:00"
}
application/xml, text/xml
Sample:
<company_calendar_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>4e9e82b2-20ff-43fa-97b0-d07a31df1316</id> <is_unavailable>true</is_unavailable> <modified_dateutc>2026-06-16T22:35:02.728Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>0f36df8f-7932-4c73-8733-fee2e22ef470</sales_organization_id> </company_calendar_type>